Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains information about the AuthzID of the security context.
Syntax
typedef struct _SecPkgContext_AuthzID {
unsigned long AuthzIDLength;
char *AuthzID;
} SecPkgContext_AuthzID, *PSecPkgContext_AuthzID;
Members
AuthzIDLength
The length of AuthzID, in bytes.
AuthzID
The AuthzID.
Requirements
Requirement | Value |
---|---|
Header | sspi.h |