Click or drag to resize

IPostLoginTaskUIConfirmation Method

Display a dialog

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

Parameters

information  String
Information.

Return Value

TaskBoolean
True Yes/Continue/Accept False No/Cancel/Decline
Remarks
Present a dialog with the provided information. Dialog has Yes/No buttons.
See Also