JsonWebKey.X5tS256 Property

Definition

Gets or sets the 'x5t#S256' (X.509 Certificate SHA-256 thumbprint)..

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

Property Value

Attributes

Applies to