Compartir a través de


MessageDescription.ProtectionLevel Propiedad

Definición

Obtiene o establece los servicios de seguridad para un mensaje.

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 propiedad

ProtectionLevel

Valor de ProtectionLevel que especificó los servicios de seguridad requeridos para el mensaje.

Excepciones

El valor establecido no es un valor válido para ProtectionLevel.

Comentarios

Los servicios de seguridad se utilizan para garantizar la confidencialidad, integridad y autenticación de los datos incluidos en el mensaje.

Se aplica a