JsonWebKey.X5tS256 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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