In ASP.NET Core Identity, the _________ property is often used to ensure unique user identification beyond just the username.

  • Email
  • PhoneNumber
  • SecurityStamp
  • Role
In ASP.NET Core Identity, the SecurityStamp property is often used to ensure unique user identification beyond just the username. The security stamp is a unique value associated with each user, and it can be used to invalidate user sessions and tokens when security-related changes occur, such as password changes or logouts.
Add your answer
Loading...

Leave a comment

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