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 |
---|---|
System.Boolean | true if biometrics are configured or not. |