Share via


CertificateCreateOrUpdateParameters.ThumbprintAlgorithm Property

Definition

Gets or sets the algorithm of the certificate thumbprint.

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This must match the first portion of the certificate name. Currently required to be 'SHA1'.

Applies to