JsonWebKey.X5c Property

Definition

Gets the 'x5c' collection (X.509 Certificate Chain)..

[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
[System.Text.Json.Serialization.JsonPropertyName("x5c")]
public System.Collections.Generic.IList<string> X5c { get; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
[<System.Text.Json.Serialization.JsonPropertyName("x5c")>]
member this.X5c : System.Collections.Generic.IList<string>
Public ReadOnly Property X5c As IList(Of String)

Property Value

Attributes

Applies to