ExtendedProtectionPolicy.CustomChannelBinding 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取用于验证的自定义通道绑定令牌 (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 由自定义外部通道提供时,这在高级方案中使用。 示例方案可以将此属性与 SslStream 和 NegotiateStream结合使用。