UserStore<TUser> Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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)
Parametry typu
- TUser
- Dědičnost
-
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>
- Implementuje
-
Microsoft.AspNet.Identity.IUserStore<TUser,String> Microsoft.AspNet.Identity.IUserStore<TUser> IDisposable
Konstruktory
| UserStore<TUser>() |
Výchozí constuctor, který používá novou instanci výchozího EntityDbContext. |
| UserStore<TUser>(DbContext) |
Konstruktor |