ApplicationUserManager Constructor
Constructor
Namespace:
FLEXYGO.Authentication.IdentityAssembly: 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.