Class AttestationStatement
Represents a WebAuthn attestation statement.
public abstract class AttestationStatement
- Inheritance
-
objectAttestationStatement
- 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