JsonWebKey.X5t Property

Definition

Gets or sets the 'x5t' (X.509 Certificate SHA-1 thumbprint)..

[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
[System.Text.Json.Serialization.JsonPropertyName("x5t")]
public string X5t { get; set; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
[<System.Text.Json.Serialization.JsonPropertyName("x5t")>]
member this.X5t : string with get, set
Public Property X5t As String

Property Value

Attributes

Applies to