BioModality Class
Namespace: Yubico.YubiKey.Fido2 Assembly: Yubico.YubiKey.dllThis enum lists all the possible biometric methods supported by the FIDO2 standard.
C#
public sealed class BioModality : Enum
Inheritance
System.Object
BioModality
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
.
Fields
Name | Description |
---|---|
Fingerprint | Indicates that a YubiKey supports the fingerprint biometric method. |
None | Indicates that a YubiKey does not support any biometric method. |
value__ |