MsmqTransportSecurityElement.MsmqProtectionLevel Property

Definition

Gets or sets the ProtectionLevel that is associated with this instance of the MsmqTransportSecurityElement class.

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

Property Value

The ProtectionLevel that is associated with this instance of the MsmqTransportSecurity class.

Attributes

Remarks

The default protection level is Sign.

Applies to