共用方式為


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

適用於