IdentityDbContext<TUser> Class

Inheritance Hierarchy

Syntax

public class IdentityDbContext<TUser> : IdentityDbContext<TUser, IdentityRole, string> where TUser : IdentityUser

GitHub

View on GitHub

class Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext<TUser>