Share via


MsmqTransportSecurityElement.MsmqProtectionLevel Eigenschaft

Definition

Ruft den ProtectionLevel ab oder legt ihn fest, der dieser Instanz der MsmqTransportSecurityElement-Klasse zugeordnet ist.

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

Eigenschaftswert

ProtectionLevel

Der ProtectionLevel, der dieser Instanz der MsmqTransportSecurity-Klasse zugeordnet ist.

Attribute

Hinweise

Die Standardschutzebene ist Sign.

Gilt für