BioEnrollBeginResponse Class
Namespace: Yubico.YubiKey.Fido2.Commands Assembly: Yubico.YubiKey.dllThe response partner to the GetBioModalityCommand, containing information about the biometric technique of the YubiKey.
C#
public class BioEnrollBeginResponse : Fido2Response, IYubiKeyResponseWithData<BioEnrollSampleResult>, IYubiKeyResponse
Constructors
Name | Description |
---|---|
BioEnrollBeginResponse(ResponseApdu) | Constructs a new instance of BioEnrollBeginResponse 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() | Gets the data from the YubiKey response. |