The _________ class in ASP.NET Core Identity is particularly useful for creating and managing users.

  • UserManager
  • RoleManager
  • AuthenticationService
  • SecurityManager
The UserManager class in ASP.NET Core Identity is a vital component for creating, updating, and managing user accounts. It provides methods for tasks like creating users, assigning roles, and resetting passwords, making it an essential part of user management in ASP.NET Core applications.
Add your answer
Loading...

Leave a comment

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