This documentation is archived and is not being maintained.
MsmqAuthenticationMode Enumeration
Visual Studio 2010
Specifies the type of authentication used for the binding.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Member name | Description | |
|---|---|---|
| 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. | |
| Certificate | The client is authenticated using X.509 certificates. The client certificate must be present in the certificate store of the server. |
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: