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