MsmqAuthenticationMode Enumeration
.NET Framework (current version)
Specifies the type of authentication used for the binding.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Member name | Description | |
|---|---|---|
| Certificate | The client is authenticated using X.509 certificates. The client certificate must be present in the certificate store of the server. | |
| None | No security is used with this binding. | |
| WindowsDomain | Kerberos is used for authentication. The client and server must be joined to a trusted domain. |
Values from this enumeration are used by the
MsmqAuthenticationMode property to indicate how a message must be authenticated by the MSMQ transport.
If security is turned off by setting the MsmqAuthenticationMode to None, then the MsmqProtectionLevel property must also be set to None for consistency.
.NET Framework
Available since 3.0
Available since 3.0
Show: