OperationDescription.ProtectionLevel 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定作業的保護層級。
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 Windows Communication Foundation (WCF) 程式設計模型中的屬性。
如果已設定 ProtectionLevel,HasProtectionLevel 屬性會設定為 true
。