BioEnrollNextSampleResponse Class
Namespace: Yubico.YubiKey.Fido2.Commands Assembly: Yubico.YubiKey.dllThe response partner to the BioEnrollNextSampleCommand.
C#
public class BioEnrollNextSampleResponse : Fido2Response, IYubiKeyResponseWithData<BioEnrollSampleResult>, IYubiKeyResponse
Constructors
Name | Description |
---|---|
BioEnrollNextSampleResponse(ResponseApdu, ReadOnlyMemory<Byte>) | Constructs a new instance of BioEnrollNextSampleResponse based on a response APDU provided by the YubiKey, along with the template ID of the fingerprint being enrolled. |
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() | Gets the data from the YubiKey response. |