AuthenticationType 列挙型

定義

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

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

フィールド

CertificateAuthority 2

証明機関

None 3

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

Sas 0

共有アクセス キー

SelfSigned 1

自己署名証明書

適用対象