Keeper SDK Class Library
C#
Show/Hide TOC
Biometrics
Action
Delegate Delegate
Validate biometrics key delegate.
Definition
Namespace:
KeeperSecurity.Authentication
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
delegate
Task
BiometricsActionDelegate
(
byte
[]
biometricsKey
)
Parameters
biometricsKey
Byte
Biometrics key.
Return Value
Task
Awaitable task.
Exceptions
KeeperAuthFailed
Invalid username or password.
KeeperStartLoginException
Unrecoverable login error.
KeeperCanceled
Login cancelled.
Exception
Other exceptions.
See Also
Reference
KeeperSecurity.Authentication Namespace
In This Article
Definition
Parameters
Return Value
Exceptions
See Also