关于[Experimenting with ASP.NET Core Authentication Schemes]的摘要:
Some software is easier to understand if you remove the software from it’s usual environment and try some experiments. ASP.NET Security components, for example. What is the impact of having multiple authentication schemes? Why does a ClaimsPrincipal have multiple identities? What does it mean to SignOutAsync on an HttpContext? You’ll never use the following code in a real application. But, you might use this code to tinker and experiment.