Method | Description | |
---|---|---|
CheckPasswordAsync ( BackOfficeIdentityUser user, string password ) : Task |
Determines if a username and password are valid using the BackofficeMembershipProvider.
|
public CheckPasswordAsync ( BackOfficeIdentityUser user, string password ) : Task |
||
user | BackOfficeIdentityUser | User to test. |
password | string | Password to test. |
return | Task |