Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

MsmqAuthenticationMode Enumeration

 

Specifies the type of authentication used for the binding.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public enum MsmqAuthenticationMode

Member nameDescription
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
Return to top
Show:
© 2017 Microsoft