PasswordHasher<TUser>.HashPassword(TUser, String) Method

Definition

Returns a hashed representation of the supplied password for the specified user.

public:
 virtual System::String ^ HashPassword(TUser user, System::String ^ password);
public virtual string HashPassword (TUser user, string password);
abstract member HashPassword : 'User * string -> string
override this.HashPassword : 'User * string -> string
Public Overridable Function HashPassword (user As TUser, password As String) As String

Parameters

user
TUser

The user whose password is to be hashed.

password
String

The password to hash.

Returns

A hashed representation of the supplied password for the specified user.

Implements

Applies to