Partilhar via


AuthenticationMode Enumeração

Definição

Define valores para 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
Herança
AuthenticationMode
Atributos
Newtonsoft.Json.JsonConverterAttribute

Campos

AAD 1

O modo de autenticação com o Azure Active Directory.

SharedKey 0

O modo de autenticação com chaves partilhadas.

TaskAuthenticationToken 2

O modo de autenticação com tokens de autenticação de tarefas.

Aplica-se a