Click or drag to resize
KenticoUserManagerTUser Class
Inheritance Hierarchy
SystemObject
  UserManagerTUser, Int32
    Kentico.MembershipKenticoUserManagerTUser
      Kentico.MembershipKenticoUserManager

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

Type Parameters

TUser

The KenticoUserManagerTUser type exposes the following members.

Constructors
  NameDescription
Public methodKenticoUserManagerTUser
Creates a new instance of KenticoUserManagerTUser.
Top
Methods
  NameDescription
Public methodGenerateEmailConfirmationTokenAsync
Gets the email confirmation token for the registered user.
(Overrides UserManager.GenerateEmailConfirmationTokenAsync(UTP).)
Public methodStatic memberInitializeT
Protected methodUpdatePassword
Validates and 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