Dela via


AuthenticationMode Enum

Definition

Definierar värden för 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
Arv
AuthenticationMode
Attribut
Newtonsoft.Json.JsonConverterAttribute

Fält

AAD 1

Autentiseringsläget med Azure Active Directory.

SharedKey 0

Autentiseringsläget med delade nycklar.

TaskAuthenticationToken 2

Autentiseringsläget med hjälp av aktivitetsautentiseringstoken.

Gäller för