UserManagerSpecificationTestBase<TUser,TKey>.SetUserPasswordHash Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set the user's password hash.
protected:
abstract void SetUserPasswordHash(TUser user, System::String ^ hashedPassword);
protected abstract void SetUserPasswordHash (TUser user, string hashedPassword);
abstract member SetUserPasswordHash : 'User * string -> unit
Protected MustOverride Sub SetUserPasswordHash (user As TUser, hashedPassword As String)
Parameters
- user
- TUser
The user to set.
- hashedPassword
- String
The password hash to set.