Keeper SDK Class Library
C#
Show/Hide TOC
IPost
Login
Task
UI
Confirmation Method
Display a dialog
Definition
Namespace:
KeeperSecurity.Authentication
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
Task
<
bool
>
Confirmation
(
string
information
)
Parameters
information
String
Information.
Return Value
Task
Boolean
True
Yes/Continue/Accept
False
No/Cancel/Decline
Remarks
Present a dialog with the provided information. Dialog has Yes/No buttons.
See Also
Reference
IPostLoginTaskUI Interface
KeeperSecurity.Authentication Namespace
In This Article
Definition
Parameters
Return Value
Remarks
See Also