5 references to IdentityUser
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
IdentityUserContext.cs (1)
17public class IdentityUserContext<TUser> : IdentityUserContext<TUser, string> where TUser : IdentityUser
Microsoft.Extensions.Identity.Stores (2)
IdentityUser.cs (2)
14/// Initializes a new instance of <see cref="IdentityUser"/>. 26/// Initializes a new instance of <see cref="IdentityUser"/>.