ClientAuthenticationType 列挙型

定義

デバイスで使用される認証の種類を指定するために使用します。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum ClientAuthenticationType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type ClientAuthenticationType = 
Public Enum ClientAuthenticationType
継承
ClientAuthenticationType
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

CertificateAuthority 2

証明機関。

None 3

このスコープには認証トークンがありません。

Sas 0

共有アクセス キー。

SelfSigned 1

自己署名入り証明書です。

適用対象