Hevea documentation

CredentialStore.GetCredentialDelegate Delegate

Method called when requesting the credential of a user. Hevea first looks for the user credential in the built-in credential store. If not found, this method is called. The login should not be case sensitive.

public delegate Credential CredentialStore.GetCredentialDelegate(
   string login
);

Requirements

Namespace: Hevea.Core

Assembly: Hevea.Core (in Hevea.Core.dll)

See Also

Hevea.Core Namespace