BioEnrollmentData Constructor
BioEnrollmentData(ReadOnlyMemory<Byte>)
Build a new instance of BioEnrollmentData based on the given CBOR encoding.
C#
public BioEnrollmentData(ReadOnlyMemory<byte> cborEncoding)
Parameters
Type | Name | Description |
---|---|---|
System.ReadOnlyMemory<System.Byte> | cborEncoding | The BioEnrollment data, encoded following the CTAP 2.1 and CBOR (RFC 8949) standards. |
Exceptions
Type | Condition |
---|---|
Ctap2DataException | The |