Hevea documentation

CredentialStore.CredentialExistsDelegate Delegate

Method called when checking the existence of a user account. The login should not be case sensitive.

public delegate bool CredentialStore.CredentialExistsDelegate(
   string login
);

Requirements

Namespace: Hevea.Core

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

See Also

Hevea.Core Namespace