ClientAuthenticationType 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 ClientAuthenticationType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type ClientAuthenticationType = 
Public Enum ClientAuthenticationType
Herencia
ClientAuthenticationType
Atributos
Newtonsoft.Json.JsonConverterAttribute

Campos

CertificateAuthority 2

Entidad de certificación.

None 3

No hay ningún token de autenticación en este ámbito.

Sas 0

Clave de acceso compartido.

SelfSigned 1

Certificado autofirmado.

Se aplica a