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.
Information about the credential name of the security context.
Syntax
typedef struct _SecPkgContext_CredentialNameW {
unsigned long CredentialType;
SEC_WCHAR *sCredentialName;
} SecPkgContext_CredentialNameW, *PSecPkgContext_CredentialNameW;
Members
CredentialType
The credential type.
sCredentialName
The credential name.
Requirements
Requirement | Value |
---|---|
Header | sspi.h |