Compartilhar via


AuthenticationType Enumeração

Definição

Usado para especificar o tipo de autenticação usado por um dispositivo.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum AuthenticationType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type AuthenticationType = 
Public Enum AuthenticationType
Herança
AuthenticationType
Atributos
Newtonsoft.Json.JsonConverterAttribute

Campos

CertificateAuthority 2

Autoridade de certificação

None 3

Nenhum token de autenticação neste escopo

Sas 0

Chave de acesso compartilhada

SelfSigned 1

Certificado autoassinado

Aplica-se a