MakeCredentialData Constructor
MakeCredentialData(ReadOnlyMemory<Byte>)
Build a new instance of MakeCredentialData based on the given CBOR encoding.
C#
public MakeCredentialData(ReadOnlyMemory<byte> cborEncoding)
Parameters
Type | Name | Description |
---|---|---|
System.ReadOnlyMemory<System.Byte> | cborEncoding | The credential data, encoded following the CTAP 2.1 and CBOR (RFC 8949) standards. |
Exceptions
Type | Condition |
---|---|
Ctap2DataException | The |
Remarks
The encoding must follow the definition of
authenticatorMakeCredential response structure
in section
6.1.2 of the CTAP 2.1 standard.