HttpTransportSecurity 类

定义

表示 WSHttpBinding 的传输级安全性设置。

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

注解

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

构造函数

HttpTransportSecurity()

初始化 HttpTransportSecurity 类的新实例。

属性

ClientCredentialType

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

ExtendedProtectionPolicy

获取或设置扩展保护策略。

ProxyCredentialType

获取或设置要用于针对代理进行身份验证的客户端凭据的类型。

Realm

获取或设置摘要式或基本身份验证的身份验证领域。

方法

Equals(Object)

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

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ShouldSerializeClientCredentialType()

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

ShouldSerializeExtendedProtectionPolicy()

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

ShouldSerializeProxyCredentialType()

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

ShouldSerializeRealm()

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

ToString()

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

(继承自 Object)

适用于