Share via


AuthenticationType Énumération

Définition

Utilisé pour spécifier le type d’authentification utilisé par un appareil.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum AuthenticationType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type AuthenticationType = 
Public Enum AuthenticationType
Héritage
AuthenticationType
Attributs
Newtonsoft.Json.JsonConverterAttribute

Champs

CertificateAuthority 2

Autorité de certification

None 3

Aucun jeton d’authentification dans cette étendue

Sas 0

Clé d’accès partagé

SelfSigned 1

Certificat auto-signé

S’applique à