CertificateCreateOrUpdateParameters.ThumbprintAlgorithm Propriedade

Definição

Obtém ou define o algoritmo do thumbprint do certificado.

[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

Valor de Propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Observações

Isto tem de corresponder à primeira parte do nome do certificado. Atualmente, tem de ser "SHA1".

Aplica-se a