Hevea documentation

Credential.CheckPassword Method (String)

Compares a password to the current one.

public bool CheckPassword(
   string password
);

Parameters

password
password to compare to (not 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