共用方式為


CertificateCreateOrUpdateParameters.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'。

適用於