This documentation is archived and is not being maintained.
MsmqAuthenticationMode Enumeration
Visual Studio 2008
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, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: