Microsoft.AspNet.Identity.EntityFramework Namespace

 

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

ClassDescription
System_CAPS_pubclassIdentityDbContext

Represents a class that uses the default entity types for ASP.NET Identity Users, Roles, Claims, Logins. Use this overload to add your own entity types.

System_CAPS_pubclassIdentityDbContext<'TUser>

Represents a class which uses a custom user entity with a string primary key.

System_CAPS_pubclassIdentityDbContext<'TUser, 'TRole, 'TKey, 'TUserLogin, 'TUserRole, 'TUserClaim>

Represents a generic IdentityDbContext base that can be customized with entity types that extend from the base IdentityUserXXX types.

System_CAPS_pubclassIdentityRole

Represents a Role entity.

System_CAPS_pubclassIdentityRole<'TKey, 'TUserRole>

Represents a role entity

System_CAPS_pubclassIdentityUser

Represents a default EntityFramework IUser implementation.

System_CAPS_pubclassIdentityUser<'TKey, 'TLogin, 'TRole, 'TClaim>

Default EntityFramework IUser implementation

System_CAPS_pubclassIdentityUserClaim

EntityType that represents one specific user claim

System_CAPS_pubclassIdentityUserClaim<'TKey>

Specifies an EntityType that represents one specific user claim.

System_CAPS_pubclassIdentityUserLogin

Entity type for a user's login (i.e. facebook, google)

System_CAPS_pubclassIdentityUserLogin<'TKey>

Represents entity type for a user's login.

System_CAPS_pubclassIdentityUserRole

EntityType that represents a user belonging to a role

System_CAPS_pubclassIdentityUserRole<'TKey>

Represents an EntityType user belonging to a role.

System_CAPS_pubclassRoleStore<'TRole>

Represents an Entity Framework implementation of a role store.

System_CAPS_pubclassRoleStore<'TRole, 'TKey, 'TUserRole>

Represents an Entity Framework implementation of a role store.

System_CAPS_pubclassUserStore<'TUser>

Represents an Entity Framework implementation of a store that supports IUserStore, IUserLoginStore, IUserClaimStore and IUserRoleStore.

System_CAPS_pubclassUserStore<'TUser, 'TRole, 'TKey, 'TUserLogin, 'TUserRole, 'TUserClaim>

Represents an Entity Framework implementation of a user store that supports IUserStore, IUserLoginStore, IUserClaimStore and IUserRoleStore.

Return to top
Show: