GetBioModalityCommand Class
Namespace: Yubico.YubiKey.Fido2.Commands Assembly: Yubico.YubiKey.dllGets the modality of the BioEnrollment. This is a subcommand of the CTAP command "authenticatorBioEnrollment".
C#
public sealed class GetBioModalityCommand : Object, IYubiKeyCommand<GetBioModalityResponse>
Inheritance
System.Object
GetBioModalityCommand
Implements
Remarks
The partner Response class is GetBioModalityResponse.
The modality describes what the Bio authentication (biometric) is. Currently, the only modality listed in the FIDO2 standard is fingerprint.
Constructors
Name | Description |
---|---|
GetBioModalityCommand() | Constructs an instance of the GetBioModalityCommand class. |
Properties
Name | Description |
---|---|
Application | Gets the YubiKeyApplication (e.g. PIV, OATH, etc.) to which this command applies. |
Methods
Name | Description |
---|---|
CreateCommandApdu() | Creates a well-formed CommandApdu to send to the YubiKey. |
CreateResponseForApdu(ResponseApdu) | Creates the corresponding IYubiKeyResponse implementation for the current command. |