BioEnrollmentResponse Class
Namespace: Yubico.YubiKey.Fido2.Commands Assembly: Yubico.YubiKey.dllThe response partner to the BioEnrollmentCommand.
C#
public class BioEnrollmentResponse : Fido2Response, IYubiKeyResponseWithData<BioEnrollmentData>, IYubiKeyResponse
Remarks
The standard specifies that all BioEnrollment responses that return data, return a specified map consisting of several elements. This class will be able to return a data struct that contains all those elements. However, not every response contains all elements. Hence, some will be null. Individual subcommand response classes will call on this class to parse the response, then return only those elements it can.
Constructors
Name | Description |
---|---|
BioEnrollmentResponse(ResponseApdu) | Constructs a new instance of BioEnrollmentResponse based on a response APDU provided by the YubiKey. |
Methods
Name | Description |
---|---|
GetData() | Gets the data from the YubiKey response. |