Hevea documentation

Credential.CheckPassword Method

Compares the password to another one.

Overload List

Compares the password to another one.

public bool CheckPassword(Credential);

Compares a password to the current one.

public bool CheckPassword(string);

Compares the password to another one.

public bool CheckPassword(string,bool);

See Also

Credential Class | Hevea.Core Namespace