Show / Hide Table of Contents

BioEnrollBeginResponse Class

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

The response partner to the GetBioModalityCommand, containing information about the biometric technique of the YubiKey.

C#
public class BioEnrollBeginResponse : Fido2Response, IYubiKeyResponseWithData<BioEnrollSampleResult>, IYubiKeyResponse
Inheritance object YubiKeyResponse Fido2Response BioEnrollBeginResponse
Implements
IYubiKeyResponseWithData<BioEnrollSampleResult>
IYubiKeyResponse

Constructors

Name Description
BioEnrollBeginResponse(ResponseApdu)

Constructs a new instance of BioEnrollBeginResponse based on a response APDU provided by the YubiKey.

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