SecPkgContext_Flags structure
The SecPkgContext_Flags structure contains information about the flags in the current security context. This structure is returned by QueryContextAttributes (General).
Syntax
typedef struct { 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
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
Show: