AuthenticationMechanism.Type プロパティ

定義

認証の種類を取得または設定します。

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Populate, PropertyName="type")]
public Microsoft.Azure.Devices.AuthenticationType Type { get; set; }
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Populate, PropertyName="type")]
public Microsoft.Azure.Devices.ClientAuthenticationType Type { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Populate, PropertyName="type")>]
member this.Type : Microsoft.Azure.Devices.AuthenticationType with get, set
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Populate, PropertyName="type")>]
member this.Type : Microsoft.Azure.Devices.ClientAuthenticationType with get, set
Public Property Type As AuthenticationType
Public Property Type As ClientAuthenticationType

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象