Hevea documentation

CredentialStore.Get Method (String, Boolean)

Gets a credential, basing on the login.

public Credential Get(
   string login,
   bool useDelegate
);

Parameters

login
user login
useDelegate
true if the GetCredential delegate should be used

Return Value

the user credential

Exceptions

Exception Type Condition
ArgumentNullException login is null

See Also

CredentialStore Class | Hevea.Core Namespace | CredentialStore.Get Overload List