UserManager<TUser, TKey> Constructor (IUserStore<TUser, TKey>)

 

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

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

Syntax

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

Parameters

See Also

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

Return to top