Checks if the given password is valid for the user login object.

public abstract bool VerifyPassword(IUserLogin userLogin, string password)
Returns:
bool

Parameters

userLogin IUserLogin

The IUserLogin object to verify the password for.

password string

The password to be verified.

In this article