UserStore<TUser> Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
generic <typename TUser>
where TUser : IdentityUserpublic ref class UserStore : Microsoft::AspNet::Identity::CoreCompat::UserStore<TUser, Microsoft::AspNet::Identity::CoreCompat::IdentityRole ^, System::String ^, Microsoft::AspNet::Identity::CoreCompat::IdentityUserLogin ^, Microsoft::AspNet::Identity::EntityFramework::IdentityUserRole ^, Microsoft::AspNet::Identity::EntityFramework::IdentityUserClaim ^>, IDisposable, Microsoft::AspNet::Identity::IUserStore<TUser, System::String ^>, Microsoft::AspNet::Identity::IUserStore<TUser>
C#
public class UserStore<TUser> : Microsoft.AspNet.Identity.CoreCompat.UserStore<TUser,Microsoft.AspNet.Identity.CoreCompat.IdentityRole,string,Microsoft.AspNet.Identity.CoreCompat.IdentityUserLogin,Microsoft.AspNet.Identity.EntityFramework.IdentityUserRole,Microsoft.AspNet.Identity.EntityFramework.IdentityUserClaim>, IDisposable, Microsoft.AspNet.Identity.IUserStore<TUser,string>, Microsoft.AspNet.Identity.IUserStore<TUser> where TUser : IdentityUser
type UserStore<'User (requires 'User :> IdentityUser)> = class
inherit UserStore<'User, IdentityRole, string, IdentityUserLogin, IdentityUserRole, IdentityUserClaim (requires 'User :> IdentityUser)>
interface IUserStore<'User (requires 'User :> IdentityUser)>
interface IUserStore<'User, string (requires 'User :> IdentityUser)>
interface IDisposable
Public Class UserStore(Of TUser)
Inherits UserStore(Of TUser, IdentityRole, String, IdentityUserLogin, IdentityUserRole, IdentityUserClaim)
Implements IDisposable, IUserStore(Of TUser), IUserStore(Of TUser, String)
- TUser
- Inheritance
-
Microsoft.AspNet.Identity.EntityFramework.UserStore<TUser,TRole,TKey,TUserLogin,TUserRole,TUserClaim>UserStore<TUser,IdentityRole,String,IdentityUserLogin,Microsoft.AspNet.Identity.EntityFramework.IdentityUserRole,Microsoft.AspNet.Identity.EntityFramework.IdentityUserClaim>UserStore<TUser>
- Implements
-
Microsoft.
Asp <TUser,String> Microsoft.Net. Identity. IUser Store Asp <TUser> IDisposableNet. Identity. IUser Store
User |
Default constuctor which uses a new instance of a default EntityDbContext. |
User |
Constructor |
Product | Versions |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0 |