메소드 | 설명 | |
---|---|---|
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. |
리턴 | Task |