UserManager<TUser> Constructor

Constructor

Namespace:  Microsoft.AspNet.Identity
Assembly:  Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)

Syntax

'Declaration
Public Sub New ( _
    store As IUserStore(Of TUser) _
)
'Usage
Dim store As IUserStore(Of TUser)

Dim instance As New UserManager(store)
public UserManager(
    IUserStore<TUser> store
)
public:
UserManager(
    IUserStore<TUser>^ store
)
new : 
        store:IUserStore<'TUser> -> UserManager
public function UserManager(
    store : IUserStore<TUser>
)

Parameters

See Also

Reference

UserManager<TUser> Class

Microsoft.AspNet.Identity Namespace