SecPkgContext_TargetInformation構造体 (sspi.h)
SecPkgContext_TargetInformation構造体は、セキュリティ コンテキストに使用される資格情報に関する情報を返します。 この構造体は、 QueryContextAttributes (General) 関数によって返されます。
構文
typedef struct _SecPkgContext_TargetInformation {
unsigned long MarshalledTargetInfoLength;
unsigned char *MarshalledTargetInfo;
} SecPkgContext_TargetInformation, *PSecPkgContext_TargetInformation;
メンバー
MarshalledTargetInfoLength
MarshalledTargetInfo のサイズ (バイト単位)。
MarshalledTargetInfo
資格情報マネージャーによって資格情報が提供される場合は、資格情報を表すバイト配列。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows XP (デスクトップ アプリのみ) |
サポートされている最小のサーバー | Windows Server 2003 (デスクトップ アプリのみ) |
Header | sspi.h (Security.h を含む) |