共用方式為


FaultDescription.ProtectionLevel 屬性

定義

指定 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

其中一個 ProtectionLevel 值。 預設為 None

備註

您可以使用 ProtectionLevel 屬性來指定傳送 SOAP 錯誤時,繫結必須加密、簽署,或兩者都進行的程度。 如果系結支援高於此屬性所需的保護層級,Windows Communication Foundation (WCF) 可以停用不必要的保護。

適用於