最新兼容 Asp.Net 身份
Latest Compatible Asp.Net Identity
我可以在非核心 .Net 中使用的最新 ASP.Net 标识版本是什么?
我正在尝试实施基于角色的声明,我看到了代码片段:
roleManager.AddClaimAsync(...
我做了一些研究,发现 "add Claims directly for Roles" 是 ASP.Net Identity Core 的新功能...
目前,我正在使用 ASP.Net Identity 2.x(对于 .Net 4.6)。我有一些选择吗? .Net Core 的 Identity Core 需求?
我可以在非核心 .Net 中使用的最新 ASP.Net 标识版本是什么?
我正在尝试实施基于角色的声明,我看到了代码片段:
roleManager.AddClaimAsync(...
我做了一些研究,发现 "add Claims directly for Roles" 是 ASP.Net Identity Core 的新功能...
目前,我正在使用 ASP.Net Identity 2.x(对于 .Net 4.6)。我有一些选择吗? .Net Core 的 Identity Core 需求?