UserStore<TUser,TRole,TKey,TUserLogin,TUserRole,TUserClaim> 클래스

정의

generic <typename TUser, typename TRole, typename TKey, typename TUserLogin, typename TUserRole, typename TUserClaim>
 where TUser : IdentityUser<TKey, TUserLogin, TUserRole, TUserClaim> where TRole : IdentityRole<TKey, TUserRole> where TKey : IEquatable<TKey> where TUserLogin : IdentityUserLogin<TKey>gcnew() where TUserRole : IdentityUserRole<TKey>gcnew() where TUserClaim : IdentityUserClaim<TKey>gcnew()public ref class UserStore : Microsoft::AspNet::Identity::EntityFramework::UserStore<TUser, TRole, TKey, TUserLogin, TUserRole, TUserClaim>
public class UserStore<TUser,TRole,TKey,TUserLogin,TUserRole,TUserClaim> : Microsoft.AspNet.Identity.EntityFramework.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 : IdentityUserLogin<TKey>, new() where TUserRole : IdentityUserRole<TKey>, new() where TUserClaim : IdentityUserClaim<TKey>, new()
type UserStore<'User, 'Role, 'Key, 'UserLogin, 'UserRole, 'UserClaim (requires 'User :> IdentityUser<'Key, 'UserLogin, 'UserRole, 'UserClaim> and 'Role :> IdentityRole<'Key, 'UserRole> and 'Key :> IEquatable<'Key> and 'UserLogin :> IdentityUserLogin<'Key> and 'UserLogin : (new : unit -> 'UserLogin) and 'UserRole :> IdentityUserRole<'Key> and 'UserRole : (new : unit -> 'UserRole) and 'UserClaim :> IdentityUserClaim<'Key> and 'UserClaim : (new : unit -> 'UserClaim))> = class
    inherit UserStore<'User, 'Role, 'Key, 'UserLogin, 'UserRole, 'UserClaim (requires 'User :> IdentityUser<'Key, 'UserLogin, 'UserRole, 'UserClaim> and 'Role :> IdentityRole<'Key, 'UserRole> and 'Key :> IEquatable<'Key> and 'UserLogin :> IdentityUserLogin<'Key> and 'UserLogin : (new : unit -> 'UserLogin) and 'UserRole :> IdentityUserRole<'Key> and 'UserRole : (new : unit -> 'UserRole) and 'UserClaim :> IdentityUserClaim<'Key> and 'UserClaim : (new : unit -> 'UserClaim))>
Public Class UserStore(Of TUser, TRole, TKey, TUserLogin, TUserRole, TUserClaim)
Inherits UserStore(Of TUser, TRole, TKey, TUserLogin, TUserRole, TUserClaim)

형식 매개 변수

TUser
TRole
TKey
TUserLogin
TUserRole
TUserClaim
상속
Microsoft.AspNet.Identity.EntityFramework.UserStore<TUser,TRole,TKey,TUserLogin,TUserRole,TUserClaim>
UserStore<TUser,TRole,TKey,TUserLogin,TUserRole,TUserClaim>
파생

생성자

UserStore<TUser,TRole,TKey,TUserLogin,TUserRole,TUserClaim>(DbContext)

생성자

적용 대상