UserStore<TUser> Class
Definition
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>
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)
Type Parameters
- 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.AspNet.Identity.IUserStore<TUser,String> Microsoft.AspNet.Identity.IUserStore<TUser> IDisposable
Constructors
| UserStore<TUser>() |
Default constuctor which uses a new instance of a default EntityDbContext. |
| UserStore<TUser>(DbContext) |
Constructor |