Crescendo SDK
Loading...
Searching...
No Matches
CrescendoDLL.PCSC.FIDODataStructures.MakeCredentialResponse Class Reference

Represents the response from a FIDO CTAP2 authenticatorMakeCredential command. More...

Properties

AuthenticatorData  AuthData = default! [get, set]
  Authenticator data containing credential context.
 
bool?  EpAtt [get, set]
  Enterprise attestation flag (CTAP2.1+). Optional parameter (CTAP2 key: 0x04). When true, indicates the use of enterprise-grade attestation that may identify specific authenticator models. Requires explicit user consent per privacy guidelines.
 
string  Fmt = string.Empty [get, set]
  Attestation statement format identifier.
 
byte?[]  LargeBlobKey [get, set]
  Contains the largeBlobKey for the credential, if requested with the largeBlobKey extension (CTAP2.1+). Optional parameter (CTAP key: 0x05).
 
AttestationStatement  Statement = new() [get, set]
  Attestation statement with cryptographic proof.
 

Detailed Description

Represents the response from a FIDO CTAP2 authenticatorMakeCredential command.

Property Documentation

◆ AuthData

◆ EpAtt

◆ Fmt

◆ LargeBlobKey

◆ Statement