Table of Contents

Class AttestationStatement

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

Represents a WebAuthn attestation statement.

public abstract class AttestationStatement
Inheritance
object
AttestationStatement
Derived

Properties

Encoded

The raw CBOR encoding of the full attestation statement map.

public ReadOnlyMemory<byte> Encoded { get; }

Property Value

ReadOnlyMemory<byte>

Format

The attestation statement format identifier.

public string Format { get; }

Property Value

string