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

Definition

Gets the normalized user name for the specified user.

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

Parameters

user
TUser

The user whose normalized name should be retrieved.

cancellationToken
CancellationToken

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

Returns

The Task that represents the asynchronous operation, containing the normalized user name for the specified user.

Implements

Applies to