Hevea documentation

Credential.CheckPassword Method (String, Boolean)

Compares the password to another one.

public bool CheckPassword(
   string password,
   bool encrypted
);

Parameters

password
password to compare to
encrypted
true if the password is MD5 encrypted

Return Value

true if the two passwords are identical

Exceptions

Exception Type Condition
ArgumentNullException password is null

See Also

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