AttestationCertificates Property
AttestationCertificates
This array contains the certificate for the public key that can be used to verify that the attestation statement, and possibly CA certificates that chain to a root. This is an optional element so it can be null.
C#
public IReadOnlyList<X509Certificate2> AttestationCertificates { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<System.Security.Cryptography.X509Certificates.X509Certificate2> |
Remarks
The first cert in this list (AttestationCertificates[0]
) will
be the certificate that contains the public key that will verify the
AttestationStatement. The data to verify is the
AuthenticatorData concatenated with the client data
hash (from the MakeCredentialParameters).