5 references to IdentityRole
Microsoft.AspNetCore.Identity.EntityFrameworkCore (3)
IdentityDbContext.cs (2)
11
public class IdentityDbContext : IdentityDbContext<IdentityUser,
IdentityRole
, string>
29
public class IdentityDbContext<TUser> : IdentityDbContext<TUser,
IdentityRole
, string> where TUser : IdentityUser
UserStore.cs (1)
30
public 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
"/>.