Share via


X509CertificateInfo.Sha256Thumbprint Property

Definition

SHA-256 hash value of the certificate as a hexadecimal string.

[Newtonsoft.Json.JsonProperty(PropertyName="sha256Thumbprint")]
public string Sha256Thumbprint { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sha256Thumbprint")>]
member this.Sha256Thumbprint : string
Public ReadOnly Property Sha256Thumbprint As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to