BioEnrollRemoveCommand Class
Namespace: Yubico.YubiRemove an enrolled fingerprint. This is a subcommand of the CTAP command "authenticatorBioEnrollment".
C#
public sealed class BioEnrollRemoveCommand : IYubiKeyCommand<Fido2Response>
Inheritance
object
BioEnrollRemoveCommand
Implements
Remarks
The partner Response class is Fido2Response. This command does not return any data, it only returns "success" or "failure", and has some FIDO2-specific error information.
Constructors
Name | Description |
---|---|
Bio |
|
BioEnrollRemoveCommand(ReadOnlyMemory<byte>, ReadOnlyMemory<byte>, PinUvAuthProtocolBase) | Constructs an instance of the Bio |
Properties
Name | Description |
---|---|
Application | Gets the Yubi |
Methods
Name | Description |
---|---|
Create |
Creates a well-formed CommandApdu to send to the YubiKey. |
Create |
Creates the corresponding IYubiKeyResponse implementation for the current command. |