AttestationToken.X509CertificateChain Property

Definition

An array of X509Certificate which represent a certificate chain used to sign the token. RFC 7515 section 4.1.6 for details.

public System.Security.Cryptography.X509Certificates.X509Certificate2[] X509CertificateChain { get; }
member this.X509CertificateChain : System.Security.Cryptography.X509Certificates.X509Certificate2[]
Public ReadOnly Property X509CertificateChain As X509Certificate2()

Property Value

Applies to