Поделиться через


Certificate.ThumbprintAlgorithm Свойство

Определение

Возвращает или задает алгоритм отпечатка сертификата.

[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

Значение свойства

Атрибуты
Newtonsoft.Json.JsonPropertyAttribute

Комментарии

Он должен соответствовать первой части имени сертификата. В настоящее время требуется значение SHA1.

Применяется к