Certificate.ThumbprintAlgorithm Propriedade

Definição

Obtém ou define o algoritmo da impressão digital 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 da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentários

Isso deve corresponder à primeira parte do nome do certificado. Atualmente, é necessário ser 'SHA1'.

Aplica-se a