SecPkgContext_Flags structure (sspi.h)
The SecPkgContext_Flags structure contains information about the flags in the current security context. This structure is returned by QueryContextAttributes (General).
Syntax
typedef struct _SecPkgContext_Flags {
unsigned long Flags;
} SecPkgContext_Flags, *PSecPkgContext_Flags;
Members
Flags
Flag values for the current security context. These values correspond to the flags negotiated by the InitializeSecurityContext (General) and AcceptSecurityContext (General) functions.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | sspi.h (include Security.h) |