1 implementation of SetNormalizedUserNameAsync
Microsoft.Extensions.Identity.Stores (1)
UserStoreBase.cs (1)
175public virtual Task SetNormalizedUserNameAsync(TUser user, string? normalizedName, CancellationToken cancellationToken = default(CancellationToken))
1 reference to SetNormalizedUserNameAsync
Microsoft.Extensions.Identity.Core (1)
UserManager.cs (1)
701await Store.SetNormalizedUserNameAsync(user, normalizedName, CancellationToken).ConfigureAwait(false);