Sdílet prostřednictvím


UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>.SetPasswordHashAsync Metoda

Definice

Nastaví hodnotu hash hesla pro uživatele.

public virtual System.Threading.Tasks.Task SetPasswordHashAsync (TUser user, string passwordHash, System.Threading.CancellationToken cancellationToken = default);
abstract member SetPasswordHashAsync : 'User * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.SetPasswordHashAsync : 'User * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function SetPasswordHashAsync (user As TUser, passwordHash As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parametry

user
TUser

Uživatel, pro který má být nastavena hodnota hash hesla.

passwordHash
String

Hodnota hash hesla, která se má nastavit.

cancellationToken
CancellationToken

Slouží CancellationToken k šíření oznámení, že operace by měla být zrušena.

Návraty

Hodnota Task , která představuje asynchronní operaci.

Implementuje

Platí pro