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 the credential name and type.
Syntax
typedef struct _SecPkgContext_CredentialNameA {
unsigned long CredentialType;
SEC_CHAR *sCredentialName;
} SecPkgContext_CredentialNameA, *PSecPkgContext_CredentialNameA;
Members
CredentialType
Indicates the type of credential name.
sCredentialName
Contains the credential name.
Requirements
Requirement | Value |
---|---|
Header | sspi.h |