SecPkgContext_CredentialNameA structure (sspi.h)
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 |