Show / Hide Table of Contents

BioEnrollEnumerateResponse Class

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

The response partner to the BioEnrollEnumerateCommand.

C#
public class BioEnrollEnumerateResponse : Fido2Response, IYubiKeyResponseWithData<IReadOnlyList<TemplateInfo>>, IYubiKeyResponse
Inheritance object YubiKeyResponse Fido2Response BioEnrollEnumerateResponse
Implements
IYubiKeyResponseWithData<IReadOnlyList<TemplateInfo>>
IYubiKeyResponse

Constructors

Name Description
BioEnrollEnumerateResponse(ResponseApdu)

Constructs a new instance of BioEnrollEnumerateResponse 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()

Return the data returned by the YubiKey as a List.

In this article
Back to top Generated by DocFX