Compartilhar via


TcpTransportSecurityElement.ProtectionLevel Propriedade

Definição

Obtém ou define um valor que define a segurança no nível da mensagem no nível do pipe nomeado.

public:
 property System::Net::Security::ProtectionLevel ProtectionLevel { System::Net::Security::ProtectionLevel get(); void set(System::Net::Security::ProtectionLevel value); };
[System.Configuration.ConfigurationProperty("protectionLevel", DefaultValue=System.Net.Security.ProtectionLevel.EncryptAndSign)]
public System.Net.Security.ProtectionLevel ProtectionLevel { get; set; }
[<System.Configuration.ConfigurationProperty("protectionLevel", DefaultValue=System.Net.Security.ProtectionLevel.EncryptAndSign)>]
member this.ProtectionLevel : System.Net.Security.ProtectionLevel with get, set
Public Property ProtectionLevel As ProtectionLevel

Valor da propriedade

ProtectionLevel

Um ProtectionLevel valor que define a segurança no nível da mensagem no nível do pipe nomeado.

Atributos

Comentários

A assinatura de mensagens reduz o risco de uma adulteração de terceiros na mensagem enquanto ela está sendo transferida. A criptografia fornece privacidade no nível de dados durante o transporte.

Aplica-se a