1 type derived from IdentityDbContext
Microsoft.AspNetCore.Identity.EntityFrameworkCore (1)
IdentityDbContext.cs (1)
77public class IdentityDbContext<TUser, TRole, TKey, TUserClaim, TUserRole, TUserLogin, TRoleClaim, TUserToken> : IdentityDbContext<TUser, TRole, TKey, TUserClaim, TUserRole, TUserLogin, TRoleClaim, TUserToken, IdentityUserPasskey<TKey>>
1 reference to IdentityDbContext
Microsoft.AspNetCore.Identity.EntityFrameworkCore (1)
IdentityEntityFrameworkBuilderExtensions.cs (1)
49var identityContext = FindGenericBaseType(contextType, typeof(IdentityDbContext<,,,,,,,,>));