BioEnrollEnumerateResponse Class
Namespace: Yubico.YubiKey.Fido2.Commands Assembly: Yubico.YubiKey.dllThe response partner to the BioEnrollEnumerateCommand.
C#
public class BioEnrollEnumerateResponse : Fido2Response, IYubiKeyResponseWithData<IReadOnlyList<TemplateInfo>>, IYubiKeyResponse
Implements
Constructors
Name | Description |
---|---|
BioEnrollEnumerateResponse(ResponseApdu) | Constructs a new instance of BioEnrollEnumerateResponse based on a response APDU provided by the YubiKey. |
Properties
Name | Description |
---|---|
StatusCodeMap | Overridden to modify the messages associated with certain status words. The messages match the status words' meanings as described in the FIDO2 specifications. |
Methods
Name | Description |
---|---|
GetData() | Return the data returned by the YubiKey as a |