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 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.