Click or drag to resize

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
)

Parameters

confirm
Type: SystemBoolean
if the credentials that were specified on the dialog are valid; otherwise, .
Exceptions
ExceptionCondition
InvalidOperationExceptionShowDialog was not called, or the user did not click OK, or ShowSaveCheckBox was at the call, or the value of Target or IsSaveChecked was changed after the call.
CredentialExceptionThere was an error saving the credentials.
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