MessageSecurityOverHttp 类

定义

用于设置 wsDualHttpBinding 绑定上的消息级安全属性。

public ref class MessageSecurityOverHttp
public class MessageSecurityOverHttp
type MessageSecurityOverHttp = class
Public Class MessageSecurityOverHttp
继承
MessageSecurityOverHttp
派生

注解

通过 Security 属性(它返回 WSDualHttpSecurity 对象)从绑定访问此对象。 Message 属性提供对 MessageSecurityOverHttp 对象的引用。

构造函数

MessageSecurityOverHttp()

初始化 MessageSecurityOverHttp 类的新实例。

属性

AlgorithmSuite

指定用于 SOAP 级安全消息的算法套件。

ClientCredentialType

指定在 wsHttpBinding 或 wsDualHttpBinding 绑定中用于客户端身份验证的客户端凭据的类型。

NegotiateServiceCredential

获取或设置一个值,该值指示是在带外客户端提供服务凭据,还是通过协商过程从服务向客户端获取服务凭据。

方法

Equals(Object)

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

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
IsSecureConversationEnabled()

仅用于扩展性方案,指出从 MessageSecurityOverHttp 派生的类的实例是否可以如 WS-SecurityConversation 所述,配置为执行安全对话。

MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ShouldSerializeAlgorithmSuite()

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

ShouldSerializeClientCredentialType()

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

ShouldSerializeNegotiateServiceCredential()

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

ToString()

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

(继承自 Object)

适用于