NamedPipeTransportSecurity 类

定义

提供控制命名管道的保护级别的属性。

public ref class NamedPipeTransportSecurity sealed
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
public sealed class NamedPipeTransportSecurity
public sealed class NamedPipeTransportSecurity
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
type NamedPipeTransportSecurity = class
type NamedPipeTransportSecurity = class
Public NotInheritable Class NamedPipeTransportSecurity
继承
NamedPipeTransportSecurity
属性

注解

此类由 Transport 用来为绑定设置传输级安全性设置。

构造函数

NamedPipeTransportSecurity()

初始化 NamedPipeTransportSecurity 类的新实例。

属性

ProtectionLevel

为命名管道指定保护。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于