SecPkgContext_AuthzID structure (sspi.h)

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