MessageSecurityOverMsmq Class
Enables setting message-level security properties on the NetMsmqBinding binding.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | MessageSecurityOverMsmq() | Initializes a new instance of the MessageSecurityOverMsmq class. |
| Name | Description | |
|---|---|---|
![]() | AlgorithmSuite | Specifies the algorithm suite used for security messages at the SOAP level. |
![]() | ClientCredentialType | Gets or sets the MessageCredentialType security setting for messages sent over the MSMQ transport. |
| Name | Description | |
|---|---|---|
![]() | 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() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
This object is accessed from the binding by means of the Security property, which returns a NetMsmqSecurity object. This object has a Message property that provides a reference to the MessageSecurityOverMsmq object.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

