NetMsmqSecurity Class
The NetMsmqSecurity class encapsulates the MSMQ security features available when using the NetMsmqBinding binding.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | NetMsmqSecurity() | Initializes a new instance of the NetMsmqSecurity class. |
| Name | Description | |
|---|---|---|
![]() | Message | Gets or sets the MessageSecurityOverMsmq that is associated with the NetMsmqBinding binding. |
![]() | Mode | Gets or sets the NetMsmqSecurityMode that is associated with the NetMsmqBinding binding. |
![]() | Transport | Gets or sets the MsmqTransportSecurity that is associated with the NetMsmqBinding binding. |
| 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.) |
Objects of this type are created by creating an instance of the NetMsmqBinding binding. You can then use this object to reference all of the various security settings related to the NetMsmqBinding binding.
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.

