IPostLoginTaskUIConfirmation Method

Display a dialog

Definition

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
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