2 types derived from UserStore
Microsoft.AspNetCore.Identity.EntityFrameworkCore (2)
UserStore.cs (2)
30
public class UserStore<TUser> :
UserStore
<TUser, IdentityRole, DbContext, string>
47
public class UserStore<TUser, TRole, TContext> :
UserStore
<TUser, TRole, TContext, string>
5 references to UserStore
Microsoft.AspNetCore.Identity.EntityFrameworkCore (5)
IdentityEntityFrameworkBuilderExtensions.cs (1)
53
userStoreType = typeof(
UserStore
<,,,>).MakeGenericType(userType, roleType, contextType, keyType);
UserOnlyStore.cs (2)
53
/// Constructs a new instance of <see cref="
UserStore
{TUser, TRole, TContext, TKey}"/>.
79
/// Constructs a new instance of <see cref="
UserStore
{TUser, TRole, TContext, TKey}"/>.
UserStore.cs (2)
74
/// Constructs a new instance of <see cref="
UserStore
{TUser, TRole, TContext, TKey}"/>.
106
/// Constructs a new instance of <see cref="
UserStore
{TUser, TRole, TContext, TKey}"/>.