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 クラスのこのインスタンスに関連付けられているMsmqTransportSecurity

例外

値は、 ProtectionLevel 値の 1 つではありません。

注釈

既定の保護レベルは Sign

適用対象