ClientAuthenticationType Enumeration

Definition

Wird verwendet, um den von einem Gerät verwendeten Authentifizierungstyp anzugeben.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum ClientAuthenticationType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type ClientAuthenticationType = 
Public Enum ClientAuthenticationType
Vererbung
ClientAuthenticationType
Attribute
Newtonsoft.Json.JsonConverterAttribute

Felder

CertificateAuthority 2

Zertifizierungsstelle.

None 3

Kein Authentifizierungstoken in diesem Bereich.

Sas 0

Freigegebener Zugriffsschlüssel.

SelfSigned 1

Selbst signiertes Zertifikat.

Gilt für: