Microsoft.AspNetCore.Identity.EntityFrameworkCore Namespace

namespace Microsoft.AspNetCore.Identity.EntityFrameworkCore

Classes

class IdentityDbContext
Base class for the Entity Framework database context used for identity.
class IdentityDbContext<TUser>
Base class for the Entity Framework database context used for identity.
class IdentityDbContext<TUser, TRole, TKey>
Base class for the Entity Framework database context used for identity.
class IdentityDbContext<TUser, TRole, TKey, TUserClaim, TUserRole, TUserLogin, TRoleClaim, TUserToken>
Base class for the Entity Framework database context used for identity.
class IdentityRole
The default implementation of Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityRole`1 which uses a string as the primary key.
class IdentityRoleClaim<TKey>
Represents a claim that is granted to all users within a role.
class IdentityRole<TKey>
Represents a role in the identity system
class IdentityRole<TKey, TUserRole, TRoleClaim>
Represents a role in the identity system
class IdentityUser
The default implementation of Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUser`1 which uses a string as a primary key.
class IdentityUserClaim<TKey>
Represents a claim that a user possesses.
class IdentityUserLogin<TKey>
Represents a login and its associated provider for a user.
class IdentityUserRole<TKey>
Represents the link between a user and a role.
class IdentityUserToken<TKey>
Represents an authentication token for a user.
class IdentityUser<TKey>
Represents a user in the identity system
class IdentityUser<TKey, TUserClaim, TUserRole, TUserLogin>
Represents a user in the identity system
class RoleStore<TRole>
Creates a new instance of a persistence store for roles.
class RoleStore<TRole, TContext>
Creates a new instance of a persistence store for roles.
class RoleStore<TRole, TContext, TKey>
Creates a new instance of a persistence store for roles.
class RoleStore<TRole, TContext, TKey, TUserRole, TRoleClaim>
Creates a new instance of a persistence store for roles.
class UserStore
Represents a new instance of a persistence store for users, using the default implementation of Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUser`1 with a string as a primary key.
class UserStore<TUser>
Creates a new instance of a persistence store for the specified user type.
class UserStore<TUser, TRole, TContext>
Represents a new instance of a persistence store for the specified user and role types.
class UserStore<TUser, TRole, TContext, TKey>
Represents a new instance of a persistence store for the specified user and role types.
class UserStore<TUser, TRole, TContext, TKey, TUserClaim, TUserRole, TUserLogin, TUserToken>
Represents a new instance of a persistence store for the specified user and role types.