UserManager<TUser> Constructor (IUserStore<TUser>)

 

Initializes a new instance of the UserManager<TUser> class.

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

Syntax

public UserManager(
    IUserStore<TUser> store
)
public:
UserManager(
    IUserStore<TUser>^ store
)
new : 
        store:IUserStore<'TUser> -> UserManager
Public Sub New (
    store As IUserStore(Of TUser)
)

Parameters

See Also

UserManager<TUser> Class
Microsoft.AspNet.Identity Namespace
ASP.NET Identity

Return to top