SecPkgContext_SessionKey 構造体 (sspi.h)

SecPkgContext_SessionKey構造体には、セキュリティ コンテキストに使用されるセッション キーに関する情報が含まれています。 この構造体は、 QueryContextAttributes (General) 関数によって返されます。

構文

typedef struct _SecPkgContext_SessionKey {
  unsigned long SessionKeyLength;
  unsigned char *SessionKey;
} SecPkgContext_SessionKey, *PSecPkgContext_SessionKey;

メンバー

SessionKeyLength

セッション キーのサイズ (バイト単位)。

SessionKey

セキュリティ コンテキストのセッション キー。

要件

   
サポートされている最小のクライアント Windows XP (デスクトップ アプリのみ)
サポートされている最小のサーバー Windows Server 2003 (デスクトップ アプリのみ)
Header sspi.h (Security.h を含む)