MsmqTransportSecurityElement.MsmqProtectionLevel Egenskap

Definition

Hämtar eller anger ProtectionLevel den som är associerad med den här instansen MsmqTransportSecurityElement av klassen.

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

Egenskapsvärde

Det ProtectionLevel som är associerat med den här instansen MsmqTransportSecurity av klassen.

Attribut

Kommentarer

Standardskyddsnivån är Sign.

Gäller för