Implemented interface member:
method
GetUsersInRoleAsync
Microsoft.AspNetCore.Identity.IUserRoleStore<TUser>.GetUsersInRoleAsync(System.String, System.Threading.CancellationToken)
1 override of GetUsersInRoleAsync
Microsoft.AspNetCore.Identity.EntityFrameworkCore (1)
UserStore.cs (1)
604public override async Task<IList<TUser>> GetUsersInRoleAsync(string normalizedRoleName, CancellationToken cancellationToken = default(CancellationToken))