IVaultUiConfirmation Method |
Ask confirmation from user.
Namespace: KeeperSecurity.VaultAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax Task<bool> Confirmation(
string information
)
Parameters
- information String
- text to be displayed in the dialog.
Return Value
TaskBooleanTask returning
bool;
true means Yes/Accept;
false No/Decline
See Also