Click or drag to resize
KenticoUserManagerTUser Methods

The KenticoUserManagerTUser generic type exposes the following members.

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