IUserEmailStore<TUser>.SetNormalizedEmailAsync Metodo

Definizione

Imposta il messaggio di posta elettronica normalizzato per l'oggetto specificato user.

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

Parametri

user
TUser

Utente il cui indirizzo di posta elettronica da impostare.

normalizedEmail
String

Messaggio di posta elettronica normalizzato da impostare per l'oggetto specificato user.

cancellationToken
CancellationToken

Oggetto CancellationToken usato per propagare le notifiche di richiesta di annullamento dell'operazione.

Restituisce

Oggetto dell'attività che rappresenta l'operazione asincrona.

Si applica a