identity-core-2
3 items tagged with "identity-core-2"
3 Articles
Articles
Retrieve Identity username, email and other information in ASP.NET Core
The identity system in ASP.NET has evolved over time. If you are using ASP.NET Core, you probably found User property is an instance of ClaimsPrincipal in Controller or Razor views. Thus to retrieve the information, you need to utilize the claims.
2017-10-15
ASP.NET Core Migrate from Universal Membership Provider to ASP.NET Identity 2.1.0 - PasswordHarsher
2015-02-01
ASP.NET Migrate from System.Web.Providers to ASP.NET Identity 1.0 and then to 2.1.0
2015-01-31
ASP.NET