Crescendo SDK
|
Represents the response from a FIDO CTAP2 authenticatorMakeCredential
command.
More...
Properties | |
byte[] | AuthData = default! [get, set] |
Authenticator data containing credential context. | |
bool | EpAtt = false [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. | |
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 |
Attestation statement with cryptographic proof.
Required parameter (CTAP2 key: 0x03). Format-specific structure containing: