ServerKeyInner.Thumbprint Property

Definition

Gets or sets thumbprint of the server key.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.thumbprint")]
public string Thumbprint { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.thumbprint")>]
member this.Thumbprint : string with get, set
Public Property Thumbprint As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to