Click or drag to resize
ApplicationUserStoreTUserGetNormalizedUserNameAsync Method
Gets the normalized user name for the specified user.

Namespace: Kentico.Membership
Assembly: Kentico.Membership (in Kentico.Membership.dll) Version: 13.0.131
Syntax
C#
public Task<string> GetNormalizedUserNameAsync(
	TUser user,
	CancellationToken cancellationToken
)

Parameters

user
Type: TUser
The user whose normalized name should be retrieved.
cancellationToken
Type: System.ThreadingCancellationToken
The CancellationToken used to propagate notifications that the operation should be canceled.

Return Value

Type: TaskString
The TaskTResult that represents the asynchronous operation, containing the normalized user name for the specified user.

Implements

IUserStore.GetNormalizedUserNameAsync(UTP, CancellationToken)
See Also