5 references to IdentityRole
Microsoft.AspNetCore.Identity.EntityFrameworkCore (3)
IdentityDbContext.cs (2)
11public class IdentityDbContext : IdentityDbContext<IdentityUser, IdentityRole, string> 29public class IdentityDbContext<TUser> : IdentityDbContext<TUser, IdentityRole, string> where TUser : IdentityUser
UserStore.cs (1)
30public class UserStore<TUser> : UserStore<TUser, IdentityRole, DbContext, string>
Microsoft.Extensions.Identity.Stores (2)
IdentityRole.cs (2)
14/// Initializes a new instance of <see cref="IdentityRole"/>. 25/// Initializes a new instance of <see cref="IdentityRole"/>.