MessageDescription.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

指定消息所需的安全服务的 ProtectionLevel 的值。

例外

所设置的值对于 ProtectionLevel 而言不是有效值。

注解

安全服务用于确保消息中包含的数据的保密性、完整性和身份验证。

适用于