ExtendedProtectionPolicy.CustomChannelBinding Propriedade
Definição
Obtém um CBT (token de associação de canal) personalizado a ser usado para validação.Gets a custom channel binding token (CBT) to use for validation.
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
Valor da propriedade
Um ChannelBinding que contém uma associação de canal personalizado a ser usado para validação.A ChannelBinding that contains a custom channel binding to use for validation.
Comentários
Essa propriedade somente leitura representa um token de associação de canal personalizado a ser usado para validação.This read-only property represents a custom channel binding token to use for validation. Isso é usado em cenários avançados quando o CBT é fornecido por um canal externo personalizado.This is used in advanced scenarios when the CBT is provided by a custom outer channel. Um cenário de exemplo pode usar essa propriedade em combinação com SslStream e NegotiateStream .An example scenario might use this property in combination with SslStream and NegotiateStream.