MsmqIntegrationSecurityMode Enumeration
.NET Framework (current version)
MsmqIntegrationSecurityMode is an enumeration that specifies the security modes supported by the MSMQ integration channel.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Member name | Description | |
|---|---|---|
| None | No security. | |
| Transport | Use the MSMQ transport security. |
This enumeration can be set within a configuration file in the <security> of <msmqIntegrationBinding> section. It can also be set in code by passing the appropriate value into the constructor of the MsmqIntegrationBinding class.
.NET Framework
Available since 3.0
Available since 3.0
Show: