| CredentialDialogConfirmCredentials Method |
Confirms the validity of the credential provided by the user.
Namespace:
Ookii.Dialogs
Assembly:
Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void ConfirmCredentials(
bool confirm
)
Public Sub ConfirmCredentials (
confirm As Boolean
)
public:
void ConfirmCredentials(
bool confirm
)
member ConfirmCredentials :
confirm : bool -> unit
Parameters
- confirm
- Type: SystemBoolean
if the credentials that were specified on the dialog are valid; otherwise, .
Exceptions Remarks
Call this function after calling
ShowDialog when
ShowSaveCheckBox is
.
Only when this function is called with
confirm set to
will the credentials be
saved in the credentials store and/or the application instance credential cache.
See Also