Table of Contents

Class PackedAttestationStatement

Namespace
Yubico.YubiKey.Fido2
Assembly
Yubico.YubiKey.dll

A packed attestation statement.

public sealed class PackedAttestationStatement : AttestationStatement
Inheritance
object
PackedAttestationStatement
Inherited Members

Properties

Algorithm

The algorithm used to create the attestation signature.

public CoseAlgorithmIdentifier Algorithm { get; }

Property Value

CoseAlgorithmIdentifier

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>