Enum BioModality
This enum lists all the possible biometric methods supported by the FIDO2 standard.
public enum BioModality
Fields
Fingerprint = 1
Indicates that a YubiKey supports the fingerprint biometric method.
None = 0
Indicates that a YubiKey does not support any biometric method.
Remarks
When you call GetBioModality() it will return this
enum, indicating what biometric method the connected YubiKey supports. If
the YubiKey is not a BIO series device, it will return None
.