2 implementations of GetNormalizedRoleNameAsync
Microsoft.AspNetCore.Identity.EntityFrameworkCore (1)
RoleStore.cs (1)
293
public virtual Task<string?>
GetNormalizedRoleNameAsync
(TRole role, CancellationToken cancellationToken = default(CancellationToken))
Microsoft.Extensions.Identity.Stores (1)
RoleStoreBase.cs (1)
169
public virtual Task<string?>
GetNormalizedRoleNameAsync
(TRole role, CancellationToken cancellationToken = default(CancellationToken))