Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of authentication used for the message.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[SerializableAttribute]
public enum AuthenticationType
[SerializableAttribute]
public enum class AuthenticationType
<SerializableAttribute>
Public Enumeration AuthenticationType
Members
Member name | Description | |
---|---|---|
Automatic | The sender determines authentication requirements. |
|
Certless | No certification is required for the connection and mutual authentication should not be performed. If this type is defined with mutual, mutual authentication takes precedent. |
|
Mutual | Mutual authentication is required. |
|
None | Authentication is never performed. |
|
WindowsAuth | User authentication to the WindowsAuth VDIR is required. If this is authentication type is set, and credentials are not defined, the user account is used. |
See Also
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top