Partilhar via


MessageDescription.ProtectionLevel Propriedade

Definição

Obtém 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 da propriedade

ProtectionLevel

O valor que especificou os serviços de ProtectionLevel segurança necessários para a mensagem.

Exceções

O valor definido não é um valor válido para ProtectionLevel.

Comentários

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

Aplica-se a