2 types derived from RoleStore
Microsoft.AspNetCore.Identity.EntityFrameworkCore (1)
RoleStore.cs (1)
49
public class RoleStore<TRole, TContext, TKey> :
RoleStore
<TRole, TContext, TKey, IdentityUserRole<TKey>, IdentityRoleClaim<TKey>>,
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (1)
UserStoreWithGenericsTest.cs (1)
248
public class RoleStoreWithGenerics :
RoleStore
<MyIdentityRole, ContextWithGenerics, string, IdentityUserRoleWithDate, IdentityRoleClaimWithIssuer>
2 references to RoleStore
Microsoft.AspNetCore.Identity.EntityFrameworkCore (2)
IdentityEntityFrameworkBuilderExtensions.cs (1)
65
roleStoreType = typeof(
RoleStore
<,,,,>).MakeGenericType(roleType, contextType,
RoleStore.cs (1)
82
/// Constructs a new instance of <see cref="
RoleStore
{TRole, TContext, TKey, TUserRole, TRoleClaim}"/>.