3 references to IdentityV3
Microsoft.Extensions.Identity.Core (3)
PasswordHasher.cs (2)
56case PasswordHasherCompatibilityMode.IdentityV3: 184return (_compatibilityMode == PasswordHasherCompatibilityMode.IdentityV3)
PasswordHasherOptions.cs (1)
21public PasswordHasherCompatibilityMode CompatibilityMode { get; set; } = PasswordHasherCompatibilityMode.IdentityV3;