使用身份验证库保护 ASP.NET Core Blazor WebAssembly 独立应用Secure an ASP.NET Core Blazor WebAssembly standalone app with the Authentication library 本文内容 身份验证包Authentication package 身份验证服务支持A...
在 ASP.NET Core SMS 的双因素身份验证Two-factor authentication with SMS in ASP.NET Core 本文内容 创建新的 ASP.NET Core 项目Create a new ASP.NET Core project 创建 SMS 帐户Create an SMS account 找出 SMS 提供程...
示例:带有身份验证功能的锁 示例:带有身份验证功能的锁 在了解了乐观锁机制的使用方法之后,现在是时候使用它来实现一个正确的带身份验证功能的锁了。 之前展示的锁实现的问题在于,在 GET 命令执行之后直到 DEL 命令执行之前的这段时间里,锁键的值有可能会发生变化,并出现误删锁键的情况。为了解决这个问题,我们需要使用乐观锁去保证 DEL 命令只...
ASP.NET Core 身份验证概述Overview of ASP.NET Core authentication 本文内容 身份验证概念Authentication Concepts 身份验证方案Authentication scheme 身份验证处理程序Authentication handler AuthenticateAuthenticat...
基于 ASP.NET Core 项目使用单个用户帐户创建项目Articles based on ASP.NET Core projects created with individual user accounts 本文内容 无身份验证No Authentication Windows 身份验证Windows Authentication dotne...