NonDualMessageSecurityOverHttp 类     
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 wsHttpBinding 绑定的安全设置。
public ref class NonDualMessageSecurityOverHttp sealed : System::ServiceModel::MessageSecurityOverHttp
	public sealed class NonDualMessageSecurityOverHttp : System.ServiceModel.MessageSecurityOverHttp
	type NonDualMessageSecurityOverHttp = class
    inherit MessageSecurityOverHttp
	Public NotInheritable Class NonDualMessageSecurityOverHttp
Inherits MessageSecurityOverHttp
		- 继承
 
构造函数
| NonDualMessageSecurityOverHttp() |  
		 初始化 NonDualMessageSecurityOverHttp 类的新实例。  | 
        	
属性
| AlgorithmSuite | 
		   指定用于 SOAP 级安全消息的算法套件。 (继承自 MessageSecurityOverHttp) | 
        	
| ClientCredentialType | 
		   指定在 wsHttpBinding 或 wsDualHttpBinding 绑定中用于客户端身份验证的客户端凭据的类型。 (继承自 MessageSecurityOverHttp) | 
        	
| EstablishSecurityContext |  
		 获取或设置一个值,该值指示是否建立安全上下文令牌。  | 
        	
| NegotiateServiceCredential | 
		   获取或设置一个值,该值指示是在带外客户端提供服务凭据,还是通过协商过程从服务向客户端获取服务凭据。 (继承自 MessageSecurityOverHttp) | 
        	
方法
| Equals(Object) | 
		   确定指定对象是否等于当前对象。 (继承自 Object) | 
        	
| GetHashCode() | 
		   作为默认哈希函数。 (继承自 Object) | 
        	
| GetType() | 
		   获取当前实例的 Type。 (继承自 Object) | 
        	
| IsSecureConversationEnabled() | 
		   仅用于扩展性方案,指出从 MessageSecurityOverHttp 派生的类的实例是否可以如 WS-SecurityConversation 所述,配置为执行安全对话。 (继承自 MessageSecurityOverHttp) | 
        	
| MemberwiseClone() | 
		   创建当前 Object 的浅表副本。 (继承自 Object) | 
        	
| ShouldSerializeAlgorithmSuite() | 
		   返回一个值,该值指示 AlgorithmSuite 属性是否已更改,不再是默认值且应对其进行序列化。 (继承自 MessageSecurityOverHttp) | 
        	
| ShouldSerializeClientCredentialType() | 
		   返回一个值,该值指示 ClientCredentialType 属性是否已更改,不再是默认值且应对其进行序列化。 (继承自 MessageSecurityOverHttp) | 
        	
| ShouldSerializeNegotiateServiceCredential() | 
		   返回一个值,该值指示 NegotiateServiceCredential 属性是否已更改,不再是默认值且应对其进行序列化。 (继承自 MessageSecurityOverHttp) | 
        	
| ToString() | 
		   返回表示当前对象的字符串。 (继承自 Object) |