JsonWebKey.X5c 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 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