次の方法で共有


MsmqTransportSecurityElement.MsmqProtectionLevel プロパティ

定義

ProtectionLevel クラスのこのインスタンスに関連付けられた 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

プロパティ値

ProtectionLevel

ProtectionLevel クラスのこのインスタンスに関連付けられている MsmqTransportSecurity

属性

注釈

既定の保護レベルは Sign です。

適用対象