AttestationSigner.SigningCertificates Property

Definition

Returns the X.509 Certificate chain which can be used to sign an attestation token. If this AttestationSigner is used to sign a certificate, then the FIRST certificate in the SigningCertificates list will have been used to sign the token.

public System.Collections.Generic.IReadOnlyList<System.Security.Cryptography.X509Certificates.X509Certificate2> SigningCertificates { get; }
member this.SigningCertificates : System.Collections.Generic.IReadOnlyList<System.Security.Cryptography.X509Certificates.X509Certificate2>
Public ReadOnly Property SigningCertificates As IReadOnlyList(Of X509Certificate2)

Property Value

Applies to