共用方式為


ApiAuthorizationDbContext<TUser> 類別

定義

使用 ASP.NET Identity 和 Identity Server 合併 DbContext 的資料庫抽象概念。

generic <typename TUser>
 where TUser : IdentityUserpublic ref class ApiAuthorizationDbContext : Microsoft::AspNetCore::Identity::EntityFrameworkCore::IdentityDbContext<TUser>, IdentityServer4::EntityFramework::Interfaces::IPersistedGrantDbContext, IDisposable
public class ApiAuthorizationDbContext<TUser> : Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext<TUser>, IdentityServer4.EntityFramework.Interfaces.IPersistedGrantDbContext, IDisposable where TUser : IdentityUser
public class ApiAuthorizationDbContext<TUser> : Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityDbContext<TUser>, Duende.IdentityServer.EntityFramework.Interfaces.IPersistedGrantDbContext, IDisposable where TUser : IdentityUser
type ApiAuthorizationDbContext<'User (requires 'User :> IdentityUser)> = class
    inherit IdentityDbContext<'User (requires 'User :> IdentityUser)>
    interface IPersistedGrantDbContext
    interface IDisposable
Public Class ApiAuthorizationDbContext(Of TUser)
Inherits IdentityDbContext(Of TUser)
Implements IDisposable, IPersistedGrantDbContext

類型參數

TUser
繼承
實作
IdentityServer4.EntityFramework.Interfaces.IPersistedGrantDbContext IDisposable Duende.IdentityServer.EntityFramework.Interfaces.IPersistedGrantDbContext

建構函式

ApiAuthorizationDbContext<TUser>(DbContextOptions, IOptions<OperationalStoreOptions>)

初始化 ApiAuthorizationDbContext<TUser> 的新執行個體。

ApiAuthorizationDbContext<TUser>(DbContextOptions, IOptions<OperationalStoreOptions>)

初始化 ApiAuthorizationDbContext<TUser> 的新執行個體。

屬性

DeviceFlowCodes

取得或設定 DbSet<TEntity>

Keys

取得或設定 DbSet<TEntity>

PersistedGrants

取得或設定 DbSet<TEntity>

RoleClaims

取得或設定 DbSet<TEntity> 角色宣告的 。

(繼承來源 IdentityDbContext<TUser,TRole,TKey,TUserClaim,TUserRole,TUserLogin,TRoleClaim,TUserToken>)
Roles

取得或設定 DbSet<TEntity> 角色的 。

(繼承來源 IdentityDbContext<TUser,TRole,TKey,TUserClaim,TUserRole,TUserLogin,TRoleClaim,TUserToken>)
SchemaVersion

取得用於版本設定的架構版本。

(繼承來源 IdentityUserContext<TUser,TKey,TUserClaim,TUserLogin,TUserToken>)
UserClaims

取得或設定 DbSet<TEntity> User 宣告的 。

(繼承來源 IdentityDbContext<TUser,TRole,TKey,TUserClaim,TUserRole,TUserLogin,TRoleClaim,TUserToken>)
UserLogins

取得或設定 DbSet<TEntity> 使用者登入的 。

(繼承來源 IdentityDbContext<TUser,TRole,TKey,TUserClaim,TUserRole,TUserLogin,TRoleClaim,TUserToken>)
UserRoles

取得或設定 DbSet<TEntity> User 角色的 。

(繼承來源 IdentityDbContext<TUser,TRole,TKey,TUserClaim,TUserRole,TUserLogin,TRoleClaim,TUserToken>)
Users

取得或設定 DbSet<TEntity> Users 的 。

(繼承來源 IdentityDbContext<TUser,TRole,TKey,TUserClaim,TUserRole,TUserLogin,TRoleClaim,TUserToken>)
UserTokens

取得或設定 DbSet<TEntity> 使用者權杖的 。

(繼承來源 IdentityDbContext<TUser,TRole,TKey,TUserClaim,TUserRole,TUserLogin,TRoleClaim,TUserToken>)

方法

OnModelCreating(ModelBuilder)

設定身分識別架構所需的架構。

明確介面實作

IPersistedGrantDbContext.SaveChangesAsync()

使用 ASP.NET Identity 和 Identity Server 合併 DbContext 的資料庫抽象概念。

IPersistedGrantDbContext.SaveChangesAsync()

使用 ASP.NET Identity 和 Identity Server 合併 DbContext 的資料庫抽象概念。

適用於