JsonWebKey.X5u Property

Definition

Gets or sets the 'x5u' (X.509 URL)..

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

Property Value

Attributes

Applies to