Table of Contents

Class BioEnrollEnumerateResponse

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

The response partner to the BioEnrollEnumerateCommand.

public class BioEnrollEnumerateResponse : Fido2Response, IYubiKeyResponseWithData<IReadOnlyList<TemplateInfo>>, IYubiKeyResponse
Inheritance
object
BioEnrollEnumerateResponse
Implements
Inherited Members

Constructors

BioEnrollEnumerateResponse(ResponseApdu)

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

public BioEnrollEnumerateResponse(ResponseApdu responseApdu)

Parameters

responseApdu ResponseApdu

A response APDU containing the CBOR response data for the authenticatorCredentialManagement command.

Properties

StatusCodeMap

Overridden to modify the messages associated with certain status words. The messages match the status words' meanings as described in the FIDO2 specifications.

protected override YubiKeyResponse.ResponseStatusPair StatusCodeMap { get; }

Property Value

YubiKeyResponse.ResponseStatusPair

Methods

GetData()

Return the data returned by the YubiKey as a List.

public IReadOnlyList<TemplateInfo> GetData()

Returns

IReadOnlyList<TemplateInfo>

Remarks

If there are no fingerprints enrolled, this will return a List with zero elements.