net9.0
namespace Microsoft.AspNetCore.Identity.EntityFrameworkCore
{
public abstract class IdentityUserContext<TUser, TKey, TUserClaim, TUserLogin, TUserToken> : DbContext
where TUser, IdentityUser<TKey>!
where TKey, IEquatable<TKey>!
where TUserClaim, IdentityUserClaim<TKey>!
where TUserLogin, IdentityUserLogin<TKey>!
where TUserToken, IdentityUserToken<TKey>!
{
protected IdentityUserContext();
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 8.09.0 |
.NET Core | 2.02.12.2 |
Information specific to net9.0 | |
Assemblies | Microsoft.AspNetCore.Identity.EntityFrameworkCore , Version=10.0.0.0, PublicKeyToken=adb9793829ddae60 Microsoft.AspNetCore.Identity.EntityFrameworkCore , Version=8.0.10.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Your project needs a package reference to |
Package | Microsoft.AspNetCore.Identity.EntityFrameworkCore (10.0.0-alpha.1.24416.8) net9.0 |
Platform Restrictions | This API is supported on all platforms. |