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
|
System.ReadOnlyMemory<System.Byte> | templateId | The template ID returned by the BioEnrollBeginCommand. |