net9.0
namespace Microsoft.AspNetCore.Identity.EntityFrameworkCore
{
public class UserStore<TUser, TRole, TContext, TKey, TUserClaim, TUserRole, TUserLogin, TUserToken, TRoleClaim> : UserStoreBase<TUser!, TRole!, TKey, TUserClaim!, TUserRole!, TUserLogin!, TUserToken!, TRoleClaim!>, IProtectedUserStore<TUser!>, IUserStore<TUser!>, IDisposable
where TUser, IdentityUser<TKey>!
where TRole, IdentityRole<TKey>!
where TContext, DbContext!
where TKey, IEquatable<TKey>!
where TUserClaim, new(), IdentityUserClaim<TKey>!
where TUserRole, new(), IdentityUserRole<TKey>!
where TUserLogin, new(), IdentityUserLogin<TKey>!
where TUserToken, new(), IdentityUserToken<TKey>!
where TRoleClaim, new(), IdentityRoleClaim<TKey>!
{
public UserStore(TContext! context, IdentityErrorDescriber? describer = null);
}
}
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. |