MsmqTransportSecurity.MsmqProtectionLevel Propiedad

Definición

Obtiene o establece el ProtectionLevel objeto asociado a esta instancia de la MsmqTransportSecurity clase .

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

que ProtectionLevel está asociado a esta instancia de la MsmqTransportSecurity clase .

Excepciones

El valor no es uno de los ProtectionLevel valores.

Comentarios

El nivel de protección predeterminado es Sign.

Se aplica a