Certificate.ThumbprintAlgorithm プロパティ

定義

証明書の拇印のアルゴリズムを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

これは、証明書名の最初の部分と一致する必要があります。 現在、'SHA1' である必要があります。

適用対象