Share via


SecPkgContext_Bindings 構造体 (sspi.h)

セキュリティ コンテキストのチャネル バインド情報を含む構造体を指定 します

構文

typedef struct _SecPkgContext_Bindings {
  unsigned long        BindingsLength;
  SEC_CHANNEL_BINDINGS *Bindings;
} SecPkgContext_Bindings, *PSecPkgContext_Bindings;

メンバー

BindingsLength

Bindings メンバーによって指定された構造体のサイズ (バイト単位)

Bindings

チャネル バインド情報を指定する SEC_CHANNEL_BINDINGS 構造体へのポインター。

要件

要件
サポートされている最小のクライアント Windows 7 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2008 R2 [デスクトップ アプリのみ]
Header sspi.h

こちらもご覧ください

QueryContextAttributes (Schannel)