Udostępnij za pośrednictwem


AuthenticationMode Wyliczenie

Definicja

Definiuje wartości 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
Dziedziczenie
AuthenticationMode
Atrybuty
Newtonsoft.Json.JsonConverterAttribute

Pola

AAD 1

Tryb uwierzytelniania przy użyciu usługi Azure Active Directory.

SharedKey 0

Tryb uwierzytelniania przy użyciu kluczy udostępnionych.

TaskAuthenticationToken 2

Tryb uwierzytelniania przy użyciu tokenów uwierzytelniania zadań.

Dotyczy