MsmqTransportSecurity.MsmqProtectionLevel プロパティ

定義

ProtectionLevel クラスのこのインスタンスに関連付けられた MsmqTransportSecurity を取得または設定します。

public:
 property System::Net::Security::ProtectionLevel MsmqProtectionLevel { System::Net::Security::ProtectionLevel get(); void set(System::Net::Security::ProtectionLevel value); };
public System.Net.Security.ProtectionLevel MsmqProtectionLevel { get; set; }
member this.MsmqProtectionLevel : System.Net.Security.ProtectionLevel with get, set
Public Property MsmqProtectionLevel As ProtectionLevel

プロパティ値

ProtectionLevel

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

例外

値が、ProtectionLevel 値ではありません。

注釈

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

適用対象