WindowsStreamSecurityBindingElement.ISecurityCapabilities.SupportedRequestProtectionLevel Propriedade

Definição

Obtém as solicitações de nível de proteção compatíveis com a associação.Gets the protection level requests supported by the binding.

property System::Net::Security::ProtectionLevel System::ServiceModel::Channels::ISecurityCapabilities::SupportedRequestProtectionLevel { System::Net::Security::ProtectionLevel get(); };
System.Net.Security.ProtectionLevel System.ServiceModel.Channels.ISecurityCapabilities.SupportedRequestProtectionLevel { get; }
member this.System.ServiceModel.Channels.ISecurityCapabilities.SupportedRequestProtectionLevel : System.Net.Security.ProtectionLevel
 ReadOnly Property SupportedRequestProtectionLevel As ProtectionLevel Implements ISecurityCapabilities.SupportedRequestProtectionLevel

Valor da propriedade

ProtectionLevel

O ProtectionLevel que especifica as solicitações de nível de proteção com suporte na associação.The ProtectionLevel that specifies the protection level requests supported by the binding.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de WindowsStreamSecurityBindingElement é convertida em uma interface de ISecurityCapabilities.It can be used only when the WindowsStreamSecurityBindingElement instance is cast to an ISecurityCapabilities interface.

Aplica-se a