共用方式為


CertificateBaseProperties.Thumbprint 屬性

定義

取得或設定憑證的指紋。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

這必須符合名稱中的指紋。

適用於