다음을 통해 공유


Certificate.Thumbprint 속성

정의

인증서의 지문을 가져오거나 설정합니다.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.thumbprint")]
public string Thumbprint { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.thumbprint")>]
member this.Thumbprint : string with get, set
Public Property Thumbprint As String

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

이름에서 지문과 일치해야 합니다.

적용 대상