AuthenticationType Enumeración

Definición

Se usa para especificar el tipo de autenticación usado por un 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
Herencia
AuthenticationType
Atributos
Newtonsoft.Json.JsonConverterAttribute

Campos

CertificateAuthority 2

Entidad de certificación

None 3

Ningún token de autenticación en este ámbito

Sas 0

Clave de acceso compartido

SelfSigned 1

Certificado autofirmado

Se aplica a