BioEnrollNextSampleCommand Class
Namespace: Yubico.YubiKey.Fido2.Commands Assembly: Yubico.YubiKey.dllContinue the process of enrolling a fingerprint. This is a subcommand of the CTAP command "authenticatorBioEnrollment".
C#
public sealed class BioEnrollNextSampleCommand : Object, IYubiKeyCommand<BioEnrollNextSampleResponse>
Inheritance
System.Object
BioEnrollNextSampleCommand
Implements
Remarks
The partner Response class is BioEnrollNextSampleResponse.
Constructors
Name | Description |
---|---|
BioEnrollNextSampleCommand(ReadOnlyMemory<Byte>, Nullable<Int32>, ReadOnlyMemory<Byte>, PinUvAuthProtocolBase) | Constructs a new instance of BioEnrollNextSampleCommand. |
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. |