UserStore<TUser> Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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)
Typparameter
- TUser
- Vererbung
-
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>
- Implementiert
-
Microsoft.AspNet.Identity.IUserStore<TUser,String> Microsoft.AspNet.Identity.IUserStore<TUser> IDisposable
Konstruktoren
UserStore<TUser>() |
Standardkonstuctor, der eine neue instance eines Standard-EntityDbContext verwendet. |
UserStore<TUser>(DbContext) |
Konstruktor |