CredentialDialogRetrieveCredential Method |
Namespace: Ookii.Dialogs
Exception | Condition |
---|---|
ArgumentNullException | target is . |
ArgumentException | target is an empty string (""). |
CredentialException | An error occurred retrieving the credentials. |
If the requested credential was not originally stored using the CredentialDialog class (but e.g. by another application), the password may not be decoded correctly.
This function does not check the application instance credential cache for the credentials; for that you can use the RetrieveCredentialFromApplicationInstanceCache(String) function.