Share via


AuthenticationMechanism.X509Thumbprint Property

Definition

Gets or sets the X509 client certificate thumbprint.

[Newtonsoft.Json.JsonProperty(PropertyName="x509Thumbprint")]
public Microsoft.Azure.Devices.X509Thumbprint X509Thumbprint { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="x509Thumbprint")>]
member this.X509Thumbprint : Microsoft.Azure.Devices.X509Thumbprint with get, set
Public Property X509Thumbprint As X509Thumbprint

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to