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