Microsoft.AspNet.Identity.EntityFramework Namespace

The Microsoft.AspNet.Identity.EntityFramework namespace contains Entity Framework implementations of identity types.

  ClassDescription
Public classIdentityDbContextDefault db context that uses the default entity types
Public classIdentityDbContext<TUser>IdentityDbContext of IdentityUsers
Public classIdentityRoleRepresents a Role entity
Public classIdentityUserDefault EntityFramework IUser implementation
Public classIdentityUserClaimEntityType that represents one specific user claim
Public classIdentityUserLoginEntity type for a user's login (i.e. facebook, google)
Public classIdentityUserRoleEntityType that represents a user belonging to a role
Public classRoleStore<TRole>EntityFramework based implementation
Public classUserStore<TUser>Implements IUserStore using EntityFramework where TUser is the entity type of the user being stored
Show: