UserStore Class

Inheritance Hierarchy

  • System.Object
  • Microsoft.AspNet.Identity.EntityFramework.UserStore{Microsoft.AspNet.Identity.EntityFramework.IdentityUser{System.String},Microsoft.AspNet.Identity.EntityFramework.IdentityRole,DbContext,System.String}
  • Microsoft.AspNet.Identity.EntityFramework.UserStore{Microsoft.AspNet.Identity.EntityFramework.IdentityUser{System.String},Microsoft.AspNet.Identity.EntityFramework.IdentityRole,DbContext}
  • Microsoft.AspNet.Identity.EntityFramework.UserStore{Microsoft.AspNet.Identity.EntityFramework.IdentityUser{System.String}}
  • Microsoft.AspNet.Identity.EntityFramework.UserStore

Syntax

public class UserStore : UserStore<IdentityUser<string>>, IUserLoginStore<IdentityUser<string>>, IUserRoleStore<IdentityUser<string>>, IUserClaimStore<IdentityUser<string>>, IUserPasswordStore<IdentityUser<string>>, IUserSecurityStampStore<IdentityUser<string>>, IUserEmailStore<IdentityUser<string>>, IUserLockoutStore<IdentityUser<string>>, IUserPhoneNumberStore<IdentityUser<string>>, IQueryableUserStore<IdentityUser<string>>, IUserTwoFactorStore<IdentityUser<string>>, IUserStore<IdentityUser<string>>, IDisposable

GitHub

View on GitHub

class Microsoft.AspNet.Identity.EntityFramework.UserStore

Constructors

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