{CompanyName} FlexyGo

ApplicationUserManager Class

Class ApplicationUserManager. Configure the application user manager used in this application. UserManager is defined in ASP.NET Identity and is used by the application.

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

Syntax


public class ApplicationUserManager : UserManager<ApplicationUser>
Public Class ApplicationUserManager _
	Inherits UserManager(Of ApplicationUser)

Inheritance Hierarchy


Object
  UserManager<(Of <(<'TUser, String>)>)>
    UserManager<(Of <(<'ApplicationUser>)>)>
      FLEXYGO.Authentication.Identity..::..ApplicationUserManager