UserStore<TUser, TRole, TContext> Class

Inheritance Hierarchy

Syntax

public class UserStore<TUser, TRole, TContext> : UserStore<TUser, TRole, TContext, string>, IUserLoginStore<TUser>, IUserRoleStore<TUser>, IUserClaimStore<TUser>, IUserPasswordStore<TUser>, IUserSecurityStampStore<TUser>, IUserEmailStore<TUser>, IUserLockoutStore<TUser>, IUserPhoneNumberStore<TUser>, IQueryableUserStore<TUser>, IUserTwoFactorStore<TUser>, IUserStore<TUser>, IDisposable where TUser : IdentityUser<string>, new ()where TRole : IdentityRole<string>, new ()where TContext : DbContext

GitHub

View on GitHub

class Microsoft.AspNet.Identity.EntityFramework.UserStore<TUser, TRole, TContext>

Constructors

UserStore(TContext, Microsoft.AspNet.Identity.IdentityErrorDescriber)
public UserStore(TContext context, IdentityErrorDescriber describer = null)