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) 可能会禁用不必要的保护(如果能够这样做)。