TcpTransportSecurity 类

定义

提供控制 TCP 传输的身份验证参数和保护级别的属性。

public ref class TcpTransportSecurity sealed
public sealed class TcpTransportSecurity
type TcpTransportSecurity = class
Public NotInheritable Class TcpTransportSecurity
继承
TcpTransportSecurity

注解

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

构造函数

TcpTransportSecurity()

初始化 TcpTransportSecurity 类的新实例。

属性

ClientCredentialType

获取或设置用于身份验证的客户端凭据类型。

ExtendedProtectionPolicy

获取或设置 TCP 传输的扩展保护策略。

ProtectionLevel

获取或设置 TCP 流的 ProtectionLevel

SslProtocols

指定使用 TcpClientCredentialType.Certificate 的客户端凭据类型时要协商的 SSL/TLS 协议的列表。 此值可以是一个或多个下列枚举成员的组合:Ssl3、Tls、Tls11、Tls12。

方法

Equals(Object)

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

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ShouldSerializeExtendedProtectionPolicy()

返回一个值,该值指示 ExtendedProtectionPolicy 属性是否已更改,不再是默认值且应对其进行序列化。 WCF 使用此项进行 XAML 集成。

ToString()

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

(继承自 Object)

适用于