FaultDescription.ProtectionLevel 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定 SOAP 錯誤從繫結要求的保護層級。
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 值。 預設為 None。
備註
您可以使用 ProtectionLevel 屬性來指定傳送 SOAP 錯誤時,繫結必須加密、簽署,或兩者都進行的程度。 如果系結支援高於此屬性所需的保護層級,Windows Communication Foundation (WCF) 可以停用不必要的保護。