MsmqTransportSecurity.MsmqProtectionLevel Proprietà

Definizione

Consente di ottenere o impostare la proprietà ProtectionLevel associata all'istanza della classe 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

Valore della proprietà

ProtectionLevel

Enumerazione ProtectionLevel associata a questa istanza della classe MsmqTransportSecurity.

Eccezioni

Il valore non appartiene all'enumerazione ProtectionLevel.

Commenti

Il livello di protezione predefinito è Sign.

Si applica a