SecPkgContext_CredentialNameW 構造体 (sspi.h)
セキュリティ コンテキストの資格情報名に関する情報。
構文
typedef struct _SecPkgContext_CredentialNameW {
unsigned long CredentialType;
SEC_WCHAR *sCredentialName;
} SecPkgContext_CredentialNameW, *PSecPkgContext_CredentialNameW;
メンバー
CredentialType
資格情報の種類。
sCredentialName
資格情報の名前。
要件
要件 | 値 |
---|---|
Header | sspi.h |