MsmqTransportSecurity Class
The MsmqTransportSecurity class encapsulates the transport security settings for queued transports.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | MsmqTransportSecurity() | Initializes a new instance of the MsmqTransportSecurity class. |
![]() | MsmqTransportSecurity(MsmqTransportSecurity^) | Initializes a new instance of the MsmqTransportSecurity class, using an existing instance. |
| Name | Description | |
|---|---|---|
![]() | MsmqAuthenticationMode | Gets or sets the MsmqAuthenticationMode that is associated with this instance of the MsmqTransportSecurity class. |
![]() | MsmqEncryptionAlgorithm | Gets or sets the MsmqEncryptionAlgorithm that is associated with this instance of the MsmqTransportSecurity class. |
![]() | MsmqProtectionLevel | Gets or sets the ProtectionLevel that is associated with this instance of the MsmqTransportSecurity class. |
![]() | MsmqSecureHashAlgorithm | Gets or sets the MsmqSecureHashAlgorithm that is associated with this instance of the MsmqTransportSecurity class. |
| 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.) |
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.

