ApiAuthorizationDbContext<TUser> Класс
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Абстракция базы данных для совместного DbContext использования ASP.NET identity и identity server.
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
- Наследование
-
IdentityDbContext<TUser,TRole,TKey,IdentityUserClaim<TKey>,IdentityUserRole<TKey>,IdentityUserLogin<TKey>,IdentityRoleClaim<TKey>,IdentityUserToken<TKey>>ApiAuthorizationDbContext<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>. |
Свойства
Методы
OnModelCreating(ModelBuilder) |
Настраивает схему, необходимую для платформы удостоверений. |
Явные реализации интерфейса
IPersistedGrantDbContext.SaveChangesAsync() |
Абстракция базы данных для совместного DbContext использования ASP.NET identity и identity server. |
IPersistedGrantDbContext.SaveChangesAsync() |
Абстракция базы данных для совместного DbContext использования ASP.NET identity и identity server. |