Which method of the UserManager class in ASP.NET Core is primarily used to create a new user?

  • CreateUserAsync
  • AddUser
  • RegisterUser
  • SaveUser
The CreateUserAsync method of the UserManager class is primarily used to create a new user in ASP.NET Core Identity. This method handles user creation and automatically generates and stores the necessary security information.
Add your answer
Loading...

Leave a comment

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