MessageDescription.ProtectionLevel Propiedad

Definición

Obtiene o establece los servicios de seguridad necesarios para el 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

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

Excepciones

El valor establecido no es válido para ProtectionLevel.

Comentarios

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

Se aplica a