ClientAuthenticationType Enum

Definition

Used to specify the authentication type used by a device.

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

Fields

CertificateAuthority 2

Certificate authority.

None 3

No authentication token at this scope.

Sas 0

Shared access key.

SelfSigned 1

Self-signed certificate.

Applies to