Hevea documentation

CredentialStore.Remove Method 

Removes the credential from the store.

public void Remove(
   Credential credential
);

Parameters

credential
credential to remove

Exceptions

Exception Type Condition
ArgumentNullException credential is null
HeveaException the configuration file could not be updated

See Also

CredentialStore Class | Hevea.Core Namespace