MessageDescription.ProtectionLevel Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
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.