NamedPipeTransportSecurity.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。 默认值为 EncryptAndSign

例外

该值不是有效的 ProtectionLevel

注解

返回的枚举成员指示为已经过验证身份的流请求的安全服务。

有效值如下:

适用于