次の方法で共有


CertificateAddParameter.Thumbprint プロパティ

定義

証明書の X.509 拇印を取得または設定します。 これは最大 40 桁の 16 進数字のシーケンスです (スペースを含めることができますが、これらは削除されます)。

[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

適用対象