Click or drag to resize
UserManager Class
Exposes user related API which will automatically save changes to the UserStore.
Inheritance Hierarchy
SystemObject
  UserManagerUser, Int32
    Kentico.MembershipUserManager

Namespace: Kentico.Membership
Assembly: Kentico.Membership (in Kentico.Membership.dll) Version: 12.0.0
Syntax
C#
public class UserManager : UserManager<User, int>

The UserManager type exposes the following members.

Constructors
  NameDescription
Public methodUserManager
Creates a new instance of UserManager.
Top
Methods
  NameDescription
Public methodGenerateEmailConfirmationTokenAsync
Gets the email confirmation token for the registered user.
(Overrides UserManager.GenerateEmailConfirmationTokenAsync(UTP).)
Public methodStatic memberInitializeT
Factory method that creates the user manager with UserStore.
Protected methodUpdatePassword
Updates the user password.
(Overrides UserManager.UpdatePassword(IUserPasswordStoreUTP, UTP, UTP, String).)
Protected methodVerifyPasswordAsync
Verifies the user password.
(Overrides UserManager.VerifyPasswordAsync(IUserPasswordStoreUTP, UTP, UTP, String).)
Top
See Also