KenticoUserManagerTUser Class |
Namespace: Kentico.Membership
public class KenticoUserManager<TUser> : UserManager<TUser, int> where TUser : User
The KenticoUserManagerTUser type exposes the following members.
Name | Description | |
---|---|---|
KenticoUserManagerTUser |
Creates a new instance of KenticoUserManagerTUser.
|
Name | Description | |
---|---|---|
GenerateEmailConfirmationTokenAsync |
Gets the email confirmation token for the registered user.
(Overrides UserManager.GenerateEmailConfirmationTokenAsync(UTP).) | |
InitializeT |
Factory method that creates the user manager with KenticoUserStoreTUser.
| |
UpdatePassword |
Validates and updates the user password.
(Overrides UserManager.UpdatePassword(IUserPasswordStoreUTP, UTP, UTP, String).) | |
VerifyPasswordAsync |
Verifies the user password.
(Overrides UserManager.VerifyPasswordAsync(IUserPasswordStoreUTP, UTP, UTP, String).) |