Class FidoU2fAttestationStatement
A FIDO U2F attestation statement.
public sealed class FidoU2fAttestationStatement : AttestationStatement
- Inheritance
-
objectFidoU2fAttestationStatement
- Inherited Members
Properties
Certificates
The certificates from the attestation statement's x5c field.
public IReadOnlyList<X509Certificate2> Certificates { get; }
Property Value
- IReadOnlyList<X509Certificate2>
Signature
The attestation signature bytes from the sig field.
public ReadOnlyMemory<byte> Signature { get; }
Property Value
- ReadOnlyMemory<byte>