Class PackedAttestationStatement
A packed attestation statement.
public sealed class PackedAttestationStatement : AttestationStatement
- Inheritance
-
objectPackedAttestationStatement
- Inherited Members
Properties
Algorithm
The algorithm used to create the attestation signature.
public CoseAlgorithmIdentifier Algorithm { get; }
Property Value
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>