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