1 type derived from IdentityUser
Microsoft.Extensions.Identity.Stores (1)
IdentityUser.cs (1)
11public class IdentityUser : IdentityUser<string>
5 references to IdentityUser
Microsoft.Extensions.Identity.Stores (5)
IdentityUser.cs (3)
9/// The default implementation of <see cref="IdentityUser{TKey}"/> which uses a string as a primary key. 45/// Initializes a new instance of <see cref="IdentityUser{TKey}"/>. 50/// Initializes a new instance of <see cref="IdentityUser{TKey}"/>.
UserStoreBase.cs (2)
37where TUser : IdentityUser<TKey> 1000where TUser : IdentityUser<TKey>