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