MessageSecurityOverTcp 类
定义
为使用 TCP 传输发送的消息配置消息级安全性。Configures the message-level security for a message sent using the TCP transport.
public ref class MessageSecurityOverTcp sealed
public sealed class MessageSecurityOverTcp
type MessageSecurityOverTcp = class
Public NotInheritable Class MessageSecurityOverTcp
- 继承
-
MessageSecurityOverTcp
注解
使用 Security 属性从绑定访问此对象,该属性返回 NetTcpSecurity 对象。This object is accessed from the binding by using the Security property, which returns a NetTcpSecurity object. Message 属性提供对 MessageSecurityOverTcp 对象的引用。The Message property provides a reference to the MessageSecurityOverTcp object.
构造函数
| MessageSecurityOverTcp() |
初始化 MessageSecurityOverTcp 类的新实例。Initializes a new instance of the MessageSecurityOverTcp class. |
属性
| AlgorithmSuite |
指定要用于保护 SOAP 级消息的算法套件。Specifies the algorithm suite to be used for securing messages at the SOAP level. |
| ClientCredentialType |
指定客户端用于向 SOAP 级服务进行身份验证的客户端凭据类型。Specifies the type of client credential the client uses to authenticate itself to the service at the SOAP level. |
方法
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |