BioEnrollEnumerateCommand Class
Namespace: Yubico.YubiKey.Fido2.Commands Assembly: Yubico.YubiKey.dllEnumerate the enrolled fingerprints. This is a subcommand of the CTAP command "authenticatorBioEnrollment".
C#
public sealed class BioEnrollEnumerateCommand : Object, IYubiKeyCommand<BioEnrollEnumerateResponse>
Inheritance
System.Object
BioEnrollEnumerateCommand
Implements
Remarks
The partner Response class is BioEnrollEnumerateResponse.
Constructors
Name | Description |
---|---|
BioEnrollEnumerateCommand() | |
BioEnrollEnumerateCommand(ReadOnlyMemory<Byte>, PinUvAuthProtocolBase) | Constructs an instance of the BioEnrollEnumerateCommand class. |
Properties
Name | Description |
---|---|
Application | Gets the YubiKeyApplication (e.g. PIV, OATH, etc.) to which this command applies. |
Methods
Name | Description |
---|---|
CreateCommandApdu() | Creates a well-formed CommandApdu to send to the YubiKey. |
CreateResponseForApdu(ResponseApdu) | Creates the corresponding IYubiKeyResponse implementation for the current command. |