UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>.SetNormalizedEmailAsync Metodo

Definizione

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

public virtual System.Threading.Tasks.Task SetNormalizedEmailAsync (TUser user, string normalizedEmail, System.Threading.CancellationToken cancellationToken = default);
abstract member SetNormalizedEmailAsync : 'User * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.SetNormalizedEmailAsync : 'User * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function SetNormalizedEmailAsync (user As TUser, normalizedEmail As String, Optional cancellationToken As CancellationToken = Nothing) 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.

Implementazioni

Si applica a