Implemented interface member:
method
HashPassword
Microsoft.AspNetCore.Identity.IPasswordHasher<TUser>.HashPassword(TUser, System.String)
4 references to HashPassword
Microsoft.AspNetCore.Identity.Test (4)
PasswordHasherTest.cs (4)
58var hashedPassword = hasher.HashPassword(null, "password 1"); 74string retVal = hasher.HashPassword(null, Plaintext_Password); 87string retVal = hasher.HashPassword(null, Plaintext_Password); 100string retVal = hasher.HashPassword(null, Plaintext_Password);