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

Represents the response from the FIDO CTAP2 authenticatorLargeBlobs command as defined in the FIDO CTAP 2.1 Specification. More...

Properties

byte?[] Config [get, set]
 Fragment of the serialized large-blob array data returned by a read operation. CTAP2 key: 0x01. Only present in responses to read (CrescendoDLL.PCSC.FIDODataStructures.LargeBlobsRequest.Get) operations.
 

Detailed Description

Represents the response from the FIDO CTAP2 authenticatorLargeBlobs command as defined in the FIDO CTAP 2.1 Specification.

For read operations, the response contains a fragment of the serialized large-blob array. For write operations, a successful response contains no additional data beyond the FIDO status code.

Property Documentation

◆ Config

byte? [] CrescendoDLL.PCSC.FIDODataStructures.LargeBlobsResponse.Config
getset

Fragment of the serialized large-blob array data returned by a read operation. CTAP2 key: 0x01. Only present in responses to read (CrescendoDLL.PCSC.FIDODataStructures.LargeBlobsRequest.Get) operations.

The returned data is a raw byte fragment of the serialized large-blob array starting at the requested offset. The complete large-blob array is a CBOR array where each element is an encrypted map containing credential-specific blob data, followed by a 16-byte truncated SHA-256 hash for integrity verification.