IdentityDbContext<TUser, TRole, TKey>
IdentityDbContext()
IdentityDbContext(DbContextOptions)
net11.0
namespace Microsoft.EntityFrameworkCore.TestModels.AspNetIdentity
{
public class IdentityDbContext<TUser, TRole, TKey> : IdentityDbContext<TUser!, TRole!, TKey, IdentityUserClaim<TKey>!, IdentityUserRole<TKey>!, IdentityUserLogin<TKey>!, IdentityRoleClaim<TKey>!, IdentityUserToken<TKey>!>
where TUser, IdentityUser<TKey>!
where TRole, IdentityRole<TKey>!
where TKey, IEquatable<TKey>!
{
protected IdentityDbContext();
}
}
| .NET | 10.011.0 |
|---|---|
Information specific to net11.0 | |
| Assemblies | Microsoft.EntityFrameworkCore.Specification.Tests , Version=10.0.5.0, PublicKeyToken=adb9793829ddae60 Microsoft.EntityFrameworkCore.Specification.Tests , Version=11.0.0.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore.Specification.Tests (10.0.5) net10.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API