Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Enterprise Application Architecture with .NET Core

You're reading from  Enterprise Application Architecture with .NET Core

Product type Book
Published in Apr 2017
Publisher Packt
ISBN-13 9781786468888
Pages 564 pages
Edition 1st Edition
Languages
Authors (4):
Ganesan Senthilvel Ganesan Senthilvel
Profile icon Ganesan Senthilvel
Adwait Ullal Adwait Ullal
Ovais Mehboob Ahmed Khan Ovais Mehboob Ahmed Khan
Profile icon Ovais Mehboob Ahmed Khan
Habib Qureshi Habib Qureshi
Profile icon Habib Qureshi
View More author details

Table of Contents (12) Chapters

Preface 1. Enterprise Architecture Concepts 2. Principles and Patterns 3. Distributed Computing 4. Software Development Life Cycle 5. Enterprise Practices in Software Development 6. Layered Approach to Solution Architecture 7. SOA Implementation with .NET Core 8. Cloud-Based Architecture and Integration with .NET Core 9. Microservices Architecture 10. Security Practices with .NET Core 11. Modern AI Offerings by Microsoft

Getting to know the core APIs of the Identity system

Here are the two core classes of the ASP.NET Core Identity system.

HttpContext and AuthenticationManager

The HttpContext class is the core of ASP.NET Core. HttpContext is the object that gives information about current requests and responses, for example, you can get information about the current request headers, query strings, request body, content type, and much more. This class is improvised in ASP.NET Core, and a few more methods have been introduced.

In terms of security, they have introduced a new property known as authentication that returns the AuthenticationManager object. AuthenticationManager provides some methods to check whether the user is authenticated and it performs user sign-in and sign-out operations...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}