共用方式為


CertificateAddParameter.ThumbprintAlgorithm Property

Definition

Gets or sets the algorithm used to derive the thumbprint. This must be sha1.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to