Hevea documentation

Credential.CheckPassword Method (Credential)

Compares the password to another one.

public bool CheckPassword(
   Credential credential
);

Parameters

credential
credential

Return Value

true if the two passwords are identical

Exceptions

Exception Type Condition
ArgumentNullException credential is null

See Also

Credential Class | Hevea.Core Namespace | Credential.CheckPassword Overload List