AuthenticationMechanism.Type Property

Definition

Gets or sets the authentication 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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to