9 references to PasswordHasher
Microsoft.AspNetCore.Identity.Test (9)
PasswordHasherTest.cs (9)
31
new
PasswordHasher
(compatMode: (PasswordHasherCompatibilityMode)(-1));
44
new
PasswordHasher
(iterCount: iterCount);
55
var hasher = new
PasswordHasher
(compatMode: compatMode);
71
var hasher = new
PasswordHasher
(compatMode: null);
84
var hasher = new
PasswordHasher
(compatMode: PasswordHasherCompatibilityMode.IdentityV2);
97
var hasher = new
PasswordHasher
(compatMode: PasswordHasherCompatibilityMode.IdentityV3);
121
var hasher = new
PasswordHasher
();
140
var hasher = new
PasswordHasher
(compatMode: PasswordHasherCompatibilityMode.IdentityV2);
162
var hasher = new
PasswordHasher
(compatMode: PasswordHasherCompatibilityMode.IdentityV3);