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结合使用。

适用于

另请参阅