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 值之一。 默认值为 None

注解

使用 ProtectionLevel 属性指定发送 SOAP 错误时绑定必须加密和/或签名的程度。 如果绑定支持比此属性所需的更高的保护级别,Windows Communication Foundation (WCF) 可能会禁用不必要的保护(如果能够这样做)。

适用于