MsmqTransportSecurity.MsmqProtectionLevel 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 define el objeto ProtectionLevel que está asociado con esta instancia de la clase MsmqTransportSecurity.
public:
property System::Net::Security::ProtectionLevel MsmqProtectionLevel { System::Net::Security::ProtectionLevel get(); void set(System::Net::Security::ProtectionLevel value); };
public System.Net.Security.ProtectionLevel MsmqProtectionLevel { get; set; }
member this.MsmqProtectionLevel : System.Net.Security.ProtectionLevel with get, set
Public Property MsmqProtectionLevel As ProtectionLevel
Valor de propiedad
ProtectionLevel asociado con esta instancia de la clase MsmqTransportSecurity.
Excepciones
El valor no es uno de los valores de ProtectionLevel.
Comentarios
El nivel de protección predeterminado es Sign.