Partager via


JsonWebKey.X5C Propriété

Définition

Le paramètre « x5c » (chaîne de certificats X.509) contient une chaîne d’un ou plusieurs certificats PKIX [RFC5280]. La chaîne de certificats est représentée sous la forme d’un tableau JSON de chaînes de valeur de certificat. Chaque chaîne du tableau est codée en base64 (section 4 de [RFC4648] - et non encodée en base64url) DER [ITU. X690.1994] Valeur du certificat PKIX. Le certificat PKIX contenant la valeur de clé DOIT être le premier certificat.

public System.Collections.Generic.IList<string> X5C { get; }
member this.X5C : System.Collections.Generic.IList<string>
Public ReadOnly Property X5C As IList(Of String)

Valeur de propriété

S’applique à