Show / Hide Table of Contents

BioEnrollNextSampleResponse Constructor

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.

C#
public BioEnrollNextSampleResponse(ResponseApdu responseApdu, ReadOnlyMemory<byte> templateId)

Parameters

Type Name Description
ResponseApdu responseApdu

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

ReadOnlyMemory<byte> templateId

The template ID returned by the BioEnrollBeginCommand.

In this article
Back to top Generated by DocFX