Click or drag to resize

IVaultUiConfirmation Method

Ask confirmation from user.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
Task<bool> Confirmation(
	string information
)

Parameters

information  String
text to be displayed in the dialog.

Return Value

TaskBoolean
Task returning bool; true means Yes/Accept; false No/Decline
See Also