IdentityDbContext Class

Definition

Base class for the Entity Framework database context used for identity.

public class IdentityDbContext : Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext<Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUser,Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityRole,string>
public class IdentityDbContext : Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext<Microsoft.AspNetCore.Identity.IdentityUser,Microsoft.AspNetCore.Identity.IdentityRole,string>
Inheritance
Inheritance

Constructors

IdentityDbContext()

Initializes a new instance of the IdentityDbContext class.

IdentityDbContext(DbContextOptions)

Initializes a new instance of IdentityDbContext.

Properties

Methods

Applies to