Condividi tramite


AuthenticationMode Enumerazione

Definizione

Definisce i valori per 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
Ereditarietà
AuthenticationMode
Attributi
Newtonsoft.Json.JsonConverterAttribute

Campi

AAD 1

Modalità di autenticazione con Azure Active Directory.

SharedKey 0

Modalità di autenticazione con chiavi condivise.

TaskAuthenticationToken 2

Modalità di autenticazione usando i token di autenticazione delle attività.

Si applica a