다음을 통해 공유


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'이어야 합니다.

적용 대상