Microsoft.AspNet.Identity.EntityFramework Namespace
The Microsoft.AspNet.Identity.EntityFramework namespace contains Entity Framework implementations of identity types.
| 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 |
Show:
