ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. ASP.NET Core Identity allows you to add login features to your application and makes it easy to customize data about the logged in user.
dotnet add package Microsoft.AspNetCore.Identity --version 1.0.5
Install-Package Microsoft.AspNetCore.Identity -Version 1.0.5
| 包名 | 版本要求 |
|---|---|
| Microsoft.AspNetCore.Authentication.Cookies | [1.0.5, ) |
| Microsoft.AspNetCore.Cryptography.KeyDerivation | [1.0.5, ) |
| Microsoft.AspNetCore.Hosting.Abstractions | [1.0.5, ) |
| 包名 | 版本要求 |
|---|---|
| System.Text.RegularExpressions | [4.1.0, ) |
| Microsoft.AspNetCore.Authentication.Cookies | [1.0.5, ) |
| Microsoft.AspNetCore.Cryptography.KeyDerivation | [1.0.5, ) |
| Microsoft.AspNetCore.Hosting.Abstractions | [1.0.5, ) |
| 作者 | Microsoft.AspNetCore.Identity |
|---|---|
| 发布时间 | 2017-11-14 16:48:04 |
| 项目主页 | http://www.asp.net/ |
| 许可证 | http://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm |