1 implementation of GetRoleIdAsync
Microsoft.Extensions.Identity.Stores (1)
RoleStoreBase.cs (1)
79public virtual Task<string> GetRoleIdAsync(TRole role, CancellationToken cancellationToken = default(CancellationToken))
1 reference to GetRoleIdAsync
Microsoft.Extensions.Identity.Core (1)
RoleManager.cs (1)
295return Store.GetRoleIdAsync(role, CancellationToken);