Which of the following is an essential property to set on the user object before calling the 'CreateAsync' method in ASP.NET Core Identity?

  • Email
  • FirstName
  • IsAdmin
  • PhoneNumber
An essential property to set on the user object before calling the CreateAsync method in ASP.NET Core Identity is the Email property. The email address is typically used as a unique identifier for the user and is required for account recovery and communication purposes.
Add your answer
Loading...

Leave a comment

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