SecPkgContext_ClientCreds 構造体 (credssp.h)
SecPkgContext_ClientCreds構造体は、QueryContextAttributes (CredSSP) 関数を呼び出すときのクライアント資格情報を指定します。
この構造は、サーバーでのみサポートされます。
構文
typedef struct _SecPkgContext_ClientCreds {
ULONG AuthBufferLen;
PUCHAR AuthBuffer;
} SecPkgContext_ClientCreds, *PSecPkgContext_ClientCreds;
メンバー
AuthBufferLen
AuthBuffer バッファーのサイズ (文字数)。
AuthBuffer
クライアント資格情報を表すバッファーへのポインター。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2008 [デスクトップ アプリのみ] |
Header | credssp.h |