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)
58
var hashedPassword = hasher.
HashPassword
(null, "password 1");
74
string retVal = hasher.
HashPassword
(null, Plaintext_Password);
87
string retVal = hasher.
HashPassword
(null, Plaintext_Password);
100
string retVal = hasher.
HashPassword
(null, Plaintext_Password);