Show / Hide Table of Contents

BioEnrollNextSampleResponse Class

Namespace: Yubico.YubiKey.Fido2.Commands Assembly: Yubico.YubiKey.dll

The response partner to the BioEnrollNextSampleCommand.

C#
public class BioEnrollNextSampleResponse : Fido2Response, IYubiKeyResponseWithData<BioEnrollSampleResult>, IYubiKeyResponse
Inheritance object YubiKeyResponse Fido2Response BioEnrollNextSampleResponse
Implements
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.

In this article
Back to top Generated by DocFX