[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Specifies the authentication type for the message

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
enum 
AuthenticationType
<
SerializableAttribute> _
Public 
Enumeration 
AuthenticationType
[
SerializableAttribute]
public 
enum class 
AuthenticationType

Members

Member Description
None
Never authenticate
Mutual
Require mutual authentication
WindowsAuth
Require user authentication to the WindowsAuth VDIR. If this is set, and credentials are not defined, the user account will be used.
Certless
Connection should be certless and mutual auth should not be performed. If this is defined with Mutual, Mutual will take precedent!
Automatic
Sender determines authentication requirements

See Also