Partager via


AuthenticationMode Énumération

Définition

Définit des valeurs pour 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
Héritage
AuthenticationMode
Attributs
Newtonsoft.Json.JsonConverterAttribute

Champs

AAD 1

Mode d’authentification à l’aide d’Azure Active Directory.

SharedKey 0

Mode d’authentification à l’aide de clés partagées.

TaskAuthenticationToken 2

Mode d’authentification à l’aide de jetons d’authentification de tâche.

S’applique à