gpt4 book ai didi

asp.net - 将密码哈希从 ASP.NET Identity 2.0 迁移到 3.0

转载 作者:行者123 更新时间:2023-12-04 20:34:13 24 4
gpt4 key购买 nike

目前,我使用 ASP.NET Identity 2.0 生成了密码哈希。

是否可以使用新的 ASP.NET Identity 3.0 验证这些密码?

最佳答案

尝试设置 PasswordHasherCompatibilityMode到 V2(以下代码未测试):

    public void ConfigureServices(IServiceCollection services)
{
services.Configure<PasswordHasherOptions>(options => options.CompatibilityMode = PasswordHasherCompatibilityMode.IdentityV2);
}

另见 How to set PasswordHasherCompatibilityMode.IdentityV3 in ASP.NET 5 Identity?

关于asp.net - 将密码哈希从 ASP.NET Identity 2.0 迁移到 3.0,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38871923/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com