Keeper SDK Class Library
C#
Show/Hide TOC
Password
Action
Delegate Delegate
Validate master password delegate.
Definition
Namespace:
KeeperSecurity.Authentication
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
delegate
Task
PasswordActionDelegate
(
string
password
)
Parameters
password
String
Master Password
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