Compartir a través de


Certificate.ThumbprintAlgorithm Propiedad

Definición

Obtiene o establece el algoritmo de la huella digital del 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 propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Debe coincidir con la primera parte del nombre del certificado. Actualmente se requiere que sea "SHA1".

Se aplica a