UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>.GetNormalizedEmailAsync Method

Definition

Returns the normalized email for the specified user.

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

Parameters

user
TUser

The user whose email address to retrieve.

cancellationToken
CancellationToken

The CancellationToken used to propagate notifications that the operation should be canceled.

Returns

The task object containing the results of the asynchronous lookup operation, the normalized email address if any associated with the specified user.

Implements

Applies to