5 references to IdentityV2
Microsoft.AspNetCore.Identity.Test (3)
PasswordHasherTest.cs (3)
50[InlineData(PasswordHasherCompatibilityMode.IdentityV2)] 84var hasher = new PasswordHasher(compatMode: PasswordHasherCompatibilityMode.IdentityV2); 137var hasher = new PasswordHasher(compatMode: PasswordHasherCompatibilityMode.IdentityV2);
Microsoft.Extensions.Identity.Core (2)
PasswordHasher.cs (2)
52case PasswordHasherCompatibilityMode.IdentityV2: 103if (_compatibilityMode == PasswordHasherCompatibilityMode.IdentityV2)