IdentityDbContext<TUser> 類別

定義

用於身分識別的 Entity Framework 資料庫內容的基類。

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

類型參數

TUser

使用者物件的類型。

繼承
IdentityDbContext<TUser>
繼承
衍生

建構函式

IdentityDbContext<TUser>()

初始化 IdentityDbContext 類別的新執行個體。

IdentityDbContext<TUser>(DbContextOptions)

初始化 IdentityDbContext 的新執行個體。

屬性

方法

適用於

產品 版本
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