MessageSecurityOverTcp Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Inheritance
-
MessageSecurityOverTcp
Remarks
This object is accessed from the binding by using the Security property, which returns a NetTcpSecurity object. The Message property provides a reference to the MessageSecurityOverTcp object.
Constructors
MessageSecurityOverTcp() |
Initializes a new instance of the MessageSecurityOverTcp class. |
Properties
AlgorithmSuite |
Specifies the algorithm suite to be used for securing messages at the SOAP level. |
ClientCredentialType |
Specifies the type of client credential the client uses to authenticate itself to the service at the SOAP level. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |