Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Microsoft.AspNet.Identity.EntityFramework namespace contains Entity Framework implementations of identity types.
Classes
Class | Description | |
---|---|---|
![]() |
IdentityDbContext | Default db context that uses the default entity types |
![]() |
IdentityDbContext<TUser> | IdentityDbContext of IdentityUsers |
![]() |
IdentityRole | Represents a Role entity |
![]() |
IdentityUser | Default EntityFramework IUser implementation |
![]() |
IdentityUserClaim | EntityType that represents one specific user claim |
![]() |
IdentityUserLogin | Entity type for a user's login (i.e. facebook, google) |
![]() |
IdentityUserRole | EntityType that represents a user belonging to a role |
![]() |
RoleStore<TRole> | EntityFramework based implementation |
![]() |
UserStore<TUser> | Implements IUserStore using EntityFramework where TUser is the entity type of the user being stored |