Click or drag to resize
UserManager Methods

The UserManager 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
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