ExtendedProtectionPolicy.CustomChannelBinding プロパティ

定義

検証に使用するカスタム チャネル バインディング トークン (CBT) を取得します。

public:
 property System::Security::Authentication::ExtendedProtection::ChannelBinding ^ CustomChannelBinding { System::Security::Authentication::ExtendedProtection::ChannelBinding ^ get(); };
public System.Security.Authentication.ExtendedProtection.ChannelBinding? CustomChannelBinding { get; }
public System.Security.Authentication.ExtendedProtection.ChannelBinding CustomChannelBinding { get; }
member this.CustomChannelBinding : System.Security.Authentication.ExtendedProtection.ChannelBinding
Public ReadOnly Property CustomChannelBinding As ChannelBinding

プロパティ値

検証に使用するカスタム チャネル バインディングを格納している ChannelBinding

注釈

この読み取り専用プロパティは、検証に使用するカスタム チャネル バインド トークンを表します。 これは、CBT がカスタム外部チャネルによって提供される高度なシナリオで使用されます。 シナリオの例では、 と NegotiateStreamとを組み合わせてこのプロパティをSslStream使用する場合があります。

適用対象

こちらもご覧ください