Security Framework
Last updated
Last updated
"Security Framework" refers to frameworks that are designed to enable secure user identification which is needed if you want to include access control features, such as registration, login authentication, and authorization.
The ASP.NET Core Identity Framework builds upon the Entity Framework (described in the previous article) by providing classes, methods, etc that enable secure user identification, so that you can use the access control features mentioned above in your .NET applications.
Right-click on the project (if it is a big project that inlcudes many sub-projects, right-click on the DataAccess project)
Select "Manage NuGet Packages"
Search for "Microsoft.AspNet.Identity.EntityFramework" (Browse tab)
Click the Download icon next to "Microsoft.AspNet.Identity.EntityFramework"