Share via


MsmqTransportSecurityElement.MsmqProtectionLevel Proprietà

Definizione

Consente di ottenere o impostare la proprietà ProtectionLevel associata all'istanza della classe MsmqTransportSecurityElement.

public:
 property System::Net::Security::ProtectionLevel MsmqProtectionLevel { System::Net::Security::ProtectionLevel get(); void set(System::Net::Security::ProtectionLevel value); };
[System.Configuration.ConfigurationProperty("msmqProtectionLevel", DefaultValue=System.Net.Security.ProtectionLevel.Sign)]
public System.Net.Security.ProtectionLevel MsmqProtectionLevel { get; set; }
[<System.Configuration.ConfigurationProperty("msmqProtectionLevel", DefaultValue=System.Net.Security.ProtectionLevel.Sign)>]
member this.MsmqProtectionLevel : System.Net.Security.ProtectionLevel with get, set
Public Property MsmqProtectionLevel As ProtectionLevel

Valore della proprietà

Enumerazione ProtectionLevel associata a questa istanza della classe MsmqTransportSecurity.

Attributi

Commenti

Il livello di protezione predefinito è Sign.

Si applica a