SslStream.TransportContext プロパティ
定義
拡張保護を使用した認証に使用する TransportContext を取得します。Gets the TransportContext used for authentication using extended protection.
public:
property System::Net::TransportContext ^ TransportContext { System::Net::TransportContext ^ get(); };
public System.Net.TransportContext TransportContext { get; }
member this.TransportContext : System.Net.TransportContext
Public ReadOnly Property TransportContext As TransportContext
プロパティ値
拡張保護に使用するチャネル バインディング トークン (CBT: Channel Binding Token) を格納している TransportContext オブジェクト。The TransportContext object that contains the channel binding token (CBT) used for extended protection.