Udostępnij za pośrednictwem


IUserPasswordStore<TUser>.SetPasswordHashAsync Metoda

Definicja

Ustawia skrót hasła dla określonego userelementu .

public:
 System::Threading::Tasks::Task ^ SetPasswordHashAsync(TUser user, System::String ^ passwordHash, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task SetPasswordHashAsync (TUser user, string passwordHash, System.Threading.CancellationToken cancellationToken);
public System.Threading.Tasks.Task SetPasswordHashAsync (TUser user, string? passwordHash, System.Threading.CancellationToken cancellationToken);
abstract member SetPasswordHashAsync : 'User * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function SetPasswordHashAsync (user As TUser, passwordHash As String, cancellationToken As CancellationToken) As Task

Parametry

user
TUser

Użytkownik, którego skrót hasła ma być ustawiony.

passwordHash
String

Skrót hasła do ustawienia.

cancellationToken
CancellationToken

Używane CancellationToken do propagowania powiadomień, które należy anulować operacji.

Zwraca

Element Task reprezentujący operację asynchroniczną.

Dotyczy