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);
118
var hasher = new
PasswordHasher
();
137
var hasher = new
PasswordHasher
(compatMode: PasswordHasherCompatibilityMode.IdentityV2);
159
var hasher = new
PasswordHasher
(compatMode: PasswordHasherCompatibilityMode.IdentityV3);