Skip to main content
Table of Contents

Interface IIdentityDbContext

Namespace
Stratara.EventSourcing.EntityFrameworkCore.Abstractions
Assembly
Stratara.EventSourcing.EntityFrameworkCore.dll

Marker for the DbContext that hosts the ASP.NET Core Identity tables (AspNetUsers, AspNetRoles, AspNetUserPasskeys, …) so consumer hosts can resolve the identity store separately from the write/read stores.

public interface IIdentityDbContext : IDbContext
Inherited Members
Extension Methods