namespace Microsoft.AspNet.Identity.CoreCompat
{
    public class UserStore<TUser, TRole, TKey, TUserLogin, TUserRole, TUserClaim> : UserStore<TUser, TRole, TKey, TUserLogin, TUserRole, TUserClaim>
        where TUser: IdentityUser<TKey, TUserLogin, TUserRole, TUserClaim>
        where TRole: IdentityRole<TKey, TUserRole>
        where TKey: IEquatable<TKey>
        where TUserLogin: new(), IdentityUserLogin<TKey>
        where TUserRole: new(), IdentityUserRole<TKey>
        where TUserClaim: new(), IdentityUserClaim<TKey>
}
Assembly Microsoft.AspNet.Identity.AspNetCoreCompat , Version=0.3.4.0, PublicKeyToken=adb9793829ddae60
Package Microsoft.AspNet.Identity.AspNetCoreCompat net461
Help Documentation
.NET Framework 4.6.14.6.24.74.7.14.7.24.84.8.1
OS Platforms

The selected framework does not have platform annotations.

  • Built-in API
  • Package-provided API

03/28/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙