Table of Contents

Class UserStore<TUser>

Namespace
LinqToDB.Identity
Assembly
LinqToDB.Identity.dll

Creates a new instance of a persistence store for the specified user type.

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

Type Parameters

TUser

The type representing a user.

Inheritance
UserStore<TUser>
Implements
IUserStore<TUser>
Inherited Members

Constructors

UserStore(IConnectionFactory, IdentityErrorDescriber)

Constructs a new instance of UserStore<TKey, TUser, TRole>.

public UserStore(IConnectionFactory factory, IdentityErrorDescriber describer = null)

Parameters

factory IConnectionFactory

IConnectionFactory

describer IdentityErrorDescriber

The IdentityErrorDescriber.