SecPkgContext_CredentialNameW structure (sspi.h)

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