7 references to PasswordHasherCompatibilityMode
Microsoft.Extensions.Identity.Core (7)
PasswordHasher.cs (5)
35private readonly PasswordHasherCompatibilityMode _compatibilityMode; 52case PasswordHasherCompatibilityMode.IdentityV2: 56case PasswordHasherCompatibilityMode.IdentityV3: 103if (_compatibilityMode == PasswordHasherCompatibilityMode.IdentityV2) 184return (_compatibilityMode == PasswordHasherCompatibilityMode.IdentityV3)
PasswordHasherOptions.cs (2)
21public PasswordHasherCompatibilityMode CompatibilityMode { get; set; } = PasswordHasherCompatibilityMode.IdentityV3;