SerializedLargeBlobArray Constructor
SerializedLargeBlobArray(ReadOnlyMemory<Byte>)
Build a new instance of SerializedLargeBlobArray based on the given CBOR encoding.
C#
public SerializedLargeBlobArray(ReadOnlyMemory<byte> cborEncoding)
Parameters
Type | Name | Description |
---|---|---|
System.ReadOnlyMemory<System.Byte> | cborEncoding | The serialized large blob array, encoded following the CTAP 2.1 and CBOR (RFC 8949) standards. That is, the expected encoding is either
|
Exceptions
Type | Condition |
---|---|
Ctap2DataException | The |
Remarks
The encoding must follow the definition of serialized large blob
array
in section 6.10 of the CTAP 2.1 standard.