1 type derived from IdentityRole
Microsoft.Extensions.Identity.Stores (1)
IdentityRole.cs (1)
11public class IdentityRole : IdentityRole<string>
5 references to IdentityRole
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)
26where TRole : IdentityRole<TKey>
UserStoreBase.cs (1)
1001where TRole : IdentityRole<TKey>