MessageDescription.ProtectionLevel Propriedade

Definição

Recebe ou define os serviços de segurança necessários para a mensagem.

public:
 property System::Net::Security::ProtectionLevel ProtectionLevel { System::Net::Security::ProtectionLevel get(); void set(System::Net::Security::ProtectionLevel value); };
public System.Net.Security.ProtectionLevel ProtectionLevel { get; set; }
member this.ProtectionLevel : System.Net.Security.ProtectionLevel with get, set
Public Property ProtectionLevel As ProtectionLevel

Valor de Propriedade

O valor dessa ProtectionLevel especificava os serviços de segurança necessários para a mensagem.

Exceções

O conjunto de valores não é válido para ProtectionLevel.

Observações

Os serviços de segurança são utilizados para garantir a confidencialidade, integridade e autenticação dos dados contidos na mensagem.

Aplica-se a