In ASP.NET Core Identity, which class is primarily responsible for user authentication and management?

  • UserManager
  • RoleManager
  • SignInManager
  • DbContext
In ASP.NET Core Identity, the UserManager class is primarily responsible for user authentication and management. It provides methods for creating, updating, deleting, and finding user accounts, as well as managing user passwords and roles.
Add your answer
Loading...

Leave a comment

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