6 references to Plaintext_Password
Microsoft.AspNetCore.Identity.Test (6)
PasswordHasherTest.cs (6)
74string retVal = hasher.HashPassword(null, Plaintext_Password); 87string retVal = hasher.HashPassword(null, Plaintext_Password); 100string retVal = hasher.HashPassword(null, Plaintext_Password); 121var result = hasher.VerifyHashedPassword(null, hashedPassword, Plaintext_Password); 140var result = hasher.VerifyHashedPassword(null, hashedPassword, Plaintext_Password); 162var actualResult = hasher.VerifyHashedPassword(null, hashedPassword, Plaintext_Password);