IdentityDbContext Clase

Definición

Clase base para el contexto de base de datos de Entity Framework usado para la identidad.

C#
public class IdentityDbContext : Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext<Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUser,Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityRole,string>
C#
public class IdentityDbContext : Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext<Microsoft.AspNetCore.Identity.IdentityUser,Microsoft.AspNetCore.Identity.IdentityRole,string>
Herencia
Herencia

Constructores

IdentityDbContext()

Inicializa una nueva instancia de la clase IdentityDbContext.

IdentityDbContext(DbContextOptions)

Inicializa una nueva instancia de la clase IdentityDbContext.

Propiedades

Métodos

Se aplica a

Produto Versións
ASP.NET Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0