MessageContractAttribute.ProtectionLevel 属性

定义

获取或设置一个值,该值指定是否对消息进行加密、签名或同时执行这两种操作。

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 值之一时传递给属性的值。

注解

有关保护级别及其假设和范围的详细信息,请参阅 了解保护级别

适用于