| 
    Crescendo SDK
    
   | 
 
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.   | |
Represents the response from a FIDO CTAP2 authenticatorMakeCredential command. 
      
  | 
  getset | 
Authenticator data containing credential context.
Required parameter (CTAP2 key: 0x02). Contains:
      
  | 
  getset | 
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.
      
  | 
  getset | 
Attestation statement format identifier.
Required parameter (CTAP2 key: 0x01). Specifies the format of the attestation statement. Registered formats include:
See IANA WebAuthn Attestation Statement Format Identifiers registry.
      
  | 
  getset | 
Contains the largeBlobKey for the credential, if requested with the largeBlobKey /// extension (CTAP2.1+). Optional parameter (CTAP key: 0x05).
      
  | 
  getset | 
Attestation statement with cryptographic proof.
Required parameter (CTAP2 key: 0x03). Format-specific structure containing: