{CompanyName} FlexyGo

ApplicationUserManager Constructor

Constructor

Namespace:  FLEXYGO.Authentication.Identity
Assembly:  flxAuthentication (in flxAuthentication.dll)

Syntax


public ApplicationUserManager(
	IUserStore<ApplicationUser> store
)
Public Sub New ( _
	store As IUserStore(Of ApplicationUser) _
)

Parameters

store
Type: IUserStore<(Of <(<'ApplicationUser>)>)>
The store.