摘要: public partial class App : Application { public App() { this.DispatcherUnhandledException += App_DispatcherUnhandledException; } private void App_Disp 阅读全文
posted @ 2024-07-09 23:03 microsoft-zhcn 阅读(3) 评论(0) 推荐(0) 编辑
摘要: NuGet 导入:RazorEngine.NetCore HTML模板 <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/h 阅读全文
posted @ 2024-07-09 15:31 microsoft-zhcn 阅读(8) 评论(0) 推荐(0) 编辑
摘要: Lockout功能 阅读全文
posted @ 2024-07-09 10:46 microsoft-zhcn 阅读(4) 评论(0) 推荐(0) 编辑
摘要: ASP.NET Core Identity 重置密码功能 阅读全文
posted @ 2024-07-09 10:46 microsoft-zhcn 阅读(3) 评论(0) 推荐(0) 编辑
摘要: ASP.NET Core Identity 如何执行用户的电子邮件确认 阅读全文
posted @ 2024-07-09 10:46 microsoft-zhcn 阅读(4) 评论(0) 推荐(0) 编辑
摘要: ASP.NET Core Identity 2FA 认证 阅读全文
posted @ 2024-07-09 10:46 microsoft-zhcn 阅读(3) 评论(0) 推荐(0) 编辑
摘要: ASP.NET Core Identity如何使用Policy 阅读全文
posted @ 2024-07-09 10:46 microsoft-zhcn 阅读(2) 评论(0) 推荐(0) 编辑
摘要: ASP.NET Core Identity身份认证,参考:https://mp.weixin.qq.com/s?__biz=MzA3NDM1MzIyMQ==&mid=2247486183&idx=1&sn=baeb28f24399a9b0203f33185e1399a6&chksm=9f0055cd 阅读全文
posted @ 2024-07-09 10:45 microsoft-zhcn 阅读(5) 评论(0) 推荐(0) 编辑
摘要: ASP.NET Core Identity角色管理 阅读全文
posted @ 2024-07-09 10:45 microsoft-zhcn 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 在这节中我们将研究ASP.NET Core Identity中用户名、邮件、密码策略,解释一下Identity默认提供的策略以及如何实现自定义策略,最后我们针对用户名、邮件、密码实现客户自定义策略 1、ASP.NET Core Identity密码策略 ASP.NET Core Identity默认 阅读全文
posted @ 2024-07-09 10:45 microsoft-zhcn 阅读(46) 评论(0) 推荐(0) 编辑
摘要: ASP.NET Core Identity客户自定义属性 阅读全文
posted @ 2024-07-09 10:45 microsoft-zhcn 阅读(2) 评论(0) 推荐(0) 编辑
摘要: ASP.NET Core Identity如何使用Claim 阅读全文
posted @ 2024-07-09 10:45 microsoft-zhcn 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 参考:https://mp.weixin.qq.com/s?__biz=MzA3NDM1MzIyMQ==&mid=2247486148&idx=1&sn=dae55b414e123c6718e470c21c8c8c21&chksm=9f0055eea877dcf876b2eff0e9fbe3a3f5 阅读全文
posted @ 2024-07-09 10:44 microsoft-zhcn 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 参考:ASP.NET Core Identity配置 阅读全文
posted @ 2024-07-09 10:44 microsoft-zhcn 阅读(1) 评论(0) 推荐(0) 编辑