ApplicationUserStoreTUserGetNormalizedEmailAsync Method |
Returns the normalized email for the specified user.
Namespace: Kentico.MembershipAssembly: Kentico.Membership (in Kentico.Membership.dll) Version: 13.0.131
Syntax public Task<string> GetNormalizedEmailAsync(
TUser user,
CancellationToken cancellationToken
)
Parameters
- user
- Type: TUser
The user whose email address to retrieve. - cancellationToken
- Type: System.ThreadingCancellationToken
The CancellationToken used to propagate notifications that the operation should be canceled.
Return Value
Type:
TaskString
The
TaskTResult containing the results of the asynchronous lookup operation, the normalized email address if any associated with the specified user.
Implements
IUserEmailStore.GetNormalizedEmailAsync(UTP, CancellationToken)See Also