Sdílet prostřednictvím


AuthenticationMode Výčet

Definice

Definuje hodnoty pro 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
Dědičnost
AuthenticationMode
Atributy
Newtonsoft.Json.JsonConverterAttribute

Pole

AAD 1

Režim ověřování pomocí Azure Active Directory.

SharedKey 0

Režim ověřování pomocí sdílených klíčů.

TaskAuthenticationToken 2

Režim ověřování s využitím ověřovacích tokenů úloh.

Platí pro