CredentialManagementData Constructor
CredentialManagementData(ReadOnlyMemory<Byte>)
Build a new instance of CredentialManagementData based on the given CBOR encoding.
C#
public CredentialManagementData(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 the
authenticatorCredentialManagement response structure
in section
6.8 of the CTAP 2.1 standard.