ClientTwin.AuthenticationType プロパティ

定義

対応するデバイスの認証の種類。

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.IgnoreAndPopulate)]
public Microsoft.Azure.Devices.ClientAuthenticationType? AuthenticationType { get; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.IgnoreAndPopulate)>]
member this.AuthenticationType : Nullable<Microsoft.Azure.Devices.ClientAuthenticationType>
Public ReadOnly Property AuthenticationType As Nullable(Of ClientAuthenticationType)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象