Namespace
Constants
SECPKG_CRED_INBOUND = 0x00000001
 

Specifies how credential structure requested will be used. Only SECPKG_CRED_OUTBOUND is used here.

SECPKG_CRED_OUTBOUND = 0x00000002
 
SECPKG_CRED_BOTH = 0x00000003
 
SECURITY_NATIVE_DREP = 0x00000010
 

Format of token. NETWORK format is used here.

SECURITY_NETWORK_DREP = 0x00000000
 
ISC_REQ_REPLAY_DETECT = 0x00000004
 

InitializeSecurityContext Requirement flags

ISC_REQ_SEQUENCE_DETECT = 0x00000008
 
ISC_REQ_CONFIDENTIALITY = 0x00000010
 
ISC_REQ_USE_SESSION_KEY = 0x00000020
 
ISC_REQ_PROMPT_FOR_CREDS = 0x00000040
 
ISC_REQ_CONNECTION = 0x00000800
 
CredHandle = CtxtHandle = SecurityHandle
 

Some familiar aliases for the SecHandle structure