Share via


ClientAuthenticationType É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 ClientAuthenticationType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type ClientAuthenticationType = 
Public Enum ClientAuthenticationType
Héritage
ClientAuthenticationType
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 à