1 type derived from IdentityRole
Microsoft.Extensions.Identity.Stores (1)
IdentityRole.cs (1)
11
public class IdentityRole :
IdentityRole
<string>
17 references to IdentityRole
Microsoft.AspNetCore.Identity.EntityFrameworkCore (12)
IdentityDbContext.cs (3)
51
where TRole :
IdentityRole
<TKey>
79
where TRole :
IdentityRole
<TKey>
113
where TRole :
IdentityRole
<TKey>
IdentityEntityFrameworkBuilderExtensions.cs (1)
41
var identityRoleType = FindGenericBaseType(roleType, typeof(
IdentityRole
<>));
RoleStore.cs (4)
16
where TRole :
IdentityRole
<string>
32
where TRole :
IdentityRole
<string>
52
where TRole :
IdentityRole
<TKey>
75
where TRole :
IdentityRole
<TKey>
UserStore.cs (4)
49
where TRole :
IdentityRole
<string>
69
where TRole :
IdentityRole
<TKey>
96
where TRole :
IdentityRole
<TKey>
131
where TRole :
IdentityRole
<TKey>
Microsoft.Extensions.Identity.Stores (5)
IdentityRole.cs (3)
9
/// The default implementation of <see cref="
IdentityRole
{TKey}"/> which uses a string as the primary key.
44
/// Initializes a new instance of <see cref="
IdentityRole
{TKey}"/>.
49
/// Initializes a new instance of <see cref="
IdentityRole
{TKey}"/>.
RoleStoreBase.cs (1)
26
where TRole :
IdentityRole
<TKey>
UserStoreBase.cs (1)
1001
where TRole :
IdentityRole
<TKey>