IPasswordHasher<TUser>.HashPassword(TUser, String) Metodo

Definizione

Restituisce una rappresentazione hash dell'oggetto fornito password per l'oggetto specificato user.

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

Parametri

user
TUser

Utente la cui password deve essere hashata.

password
String

Password per cui generare l'hash.

Restituisce

Rappresentazione hash dell'oggetto fornito password per l'oggetto specificato user.

Si applica a