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 がカスタム外部チャネルによって提供される高度なシナリオで使用されます。 シナリオの例では、このプロパティを SslStreamNegotiateStreamと組み合わせて使用できます。

適用対象

こちらもご覧ください