Click or drag to resize
UserManagerVerifyPasswordAsync Method
Verifies the user password.

Namespace: Kentico.Membership
Assembly: Kentico.Membership (in Kentico.Membership.dll) Version: 12.0.0
Syntax
C#
protected override Task<bool> VerifyPasswordAsync(
	IUserPasswordStore<User, int> store,
	User user,
	string password
)

Parameters

store
Type: IUserPasswordStoreUser, Int32
Unused implementation of UserPasswordStore.
user
Type: Kentico.MembershipUser
User.
password
Type: SystemString
Password in plain text format.

Return Value

Type: TaskBoolean
See Also