Show / Hide Table of Contents

IsConfigured Property

IsConfigured

Indicates whether biometrics are configured or not (fingerprints enrolled or not). A false return value indicates a YubiKey Bio without biometrics configured and hence the client should fallback to a PIN based authentication.

C#
public bool IsConfigured { get; }

Property Value

Type Description
bool

true if biometrics are configured or not.

In this article
Back to top Generated by DocFX