ChannelBinding.Size プロパティ

定義

Size プロパティは、ChannelBinding インスタンスに関連付けられているチャネル バインド トークンのサイズ (バイト単位) を取得します。

public:
 abstract property int Size { int get(); };
public abstract int Size { get; }
member this.Size : int
Public MustOverride ReadOnly Property Size As Integer

プロパティ値

ChannelBinding インスタンス内のチャネル バインド トークンのサイズ (バイト単位)。

注釈

チャネル バインド トークンを含む ChannelBinding インスタンスを他のクラスまたは拡張保護を実装するネイティブ Windows セキュリティ関数に渡すときに、チャネル バインド トークンのサイズが派生クラスによって使用される場合があります。 チャネル バインド トークンは、統合Windows 認証の拡張保護を提供するために使用されます。

適用対象