【发布时间】:2023-02-04 00:48:50
【问题描述】:
我想在 .NET 4 框架的 asp.net webform 中使用 google 身份验证器实现双重身份验证。
任何人都知道代码请帮我解决这个问题。
【问题讨论】:
标签: c# webforms .net-4.0 google-authenticator
我想在 .NET 4 框架的 asp.net webform 中使用 google 身份验证器实现双重身份验证。
任何人都知道代码请帮我解决这个问题。
【问题讨论】:
标签: c# webforms .net-4.0 google-authenticator
看看这里
https://www.c-sharpcorner.com/blogs/google-authenticator-in-asp-net
您将了解如何使用 Google Authenticator 应用程序在您的 ASP.NET Web 应用程序中实施 2FA 身份验证
【讨论】: