Show / Hide Table of Contents

BioModality Enum

Namespace: Yubico.YubiKey.Fido2 Assembly: Yubico.YubiKey.dll

This enum lists all the possible biometric methods supported by the FIDO2 standard.

C#
public enum 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

Fingerprint

Indicates that a YubiKey supports the fingerprint biometric method.

None

Indicates that a YubiKey does not support any biometric method.

In this article
Back to top Generated by DocFX