Share via


AuthenticationMode Enum

Definition

Defines values for AuthenticationMode.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum AuthenticationMode
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type AuthenticationMode = 
Public Enum AuthenticationMode
Inheritance
AuthenticationMode
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

AAD 1

The authentication mode using Azure Active Directory.

SharedKey 0

The authentication mode using shared keys.

TaskAuthenticationToken 2

The authentication mode using task authentication tokens.

Applies to