Click or drag to resize
ApplicationUserManagerTUser Class
Exposes user related API which will automatically save changes to the ApplicationUserManagerTUser.
Inheritance Hierarchy
SystemObject
  UserManagerTUser
    Kentico.MembershipApplicationUserManagerTUser

Namespace: Kentico.Membership
Assembly: Kentico.Membership (in Kentico.Membership.dll) Version: 13.0.131
Syntax
C#
public class ApplicationUserManager<TUser> : UserManager<TUser>
where TUser : ApplicationUser

Type Parameters

TUser

The ApplicationUserManagerTUser type exposes the following members.

Constructors
  NameDescription
Public methodApplicationUserManagerTUser
Initializes a new instance of the ApplicationUserManagerTUser class.
Top
Methods
  NameDescription
Public methodGenerateEmailConfirmationTokenAsync
Generates an email confirmation token for the specified user.
(Overrides UserManager.GenerateEmailConfirmationTokenAsync(UTP).)
Top
See Also