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