In ASP.NET Core Identity, which class is primarily responsible for user management, including creating users?

  • UserManager
  • RoleManager
  • SignInManager
  • DbContext
In ASP.NET Core Identity, the UserManager class is primarily responsible for user management, including creating users. It provides a set of methods to perform user-related operations, such as creating, updating, deleting, and finding users.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *