WSFederationHttpSecurity 类

定义

指定 WSFederationHttpBinding 的安全设置。 此类不能被继承。

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

注解

此类指定将应用到 wsFederationHttpBinding 绑定的安全类型和特定的安全设置。

构造函数

WSFederationHttpSecurity()

初始化 WSFederationHttpSecurity 类的新实例。

属性

Message

WSFederationHttpBinding 指示消息安全设置。

Mode

获取或设置要应用的安全类型。

方法

Equals(Object)

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

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ShouldSerializeMessage()

返回一个值,该值指示 Message 属性是否已更改,不再是默认值且应对其进行序列化。

ShouldSerializeMode()

返回一个值,该值指示 Mode 属性是否已更改,不再是默认值且应对其进行序列化。

ToString()

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

(继承自 Object)

适用于