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

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

Parameters

store
Type: IUserPasswordStoreTUser, Int32
Unused implementation of UserPasswordStore.
user
Type: TUser
User.
password
Type: SystemString
Password in plain text format.

Return Value

Type: TaskBoolean
See Also