共用方式為


OperationDescription.ProtectionLevel 屬性

定義

取得或設定作業的保護層級。

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

屬性值

ProtectionLevel

作業的 ProtectionLevel

備註

ProtectionLevel 屬性會控制是否必須加密、簽章 (或兩者都需要) 作業的訊息。 除非較窄的範圍覆寫了此值,否則這裡設定的值,會成為本作業指定的所有訊息的預設值。

ProtectionLevel會對應至 ProtectionLevel Windows Communication Foundation (WCF) 程式設計模型中的屬性。

如果已設定 ProtectionLevelHasProtectionLevel 屬性會設定為 true

適用於