Back to Devexpress

UserManager Constructors

expressappframework-devexpress-dot-expressapp-dot-security-dot-usermanager-dot-ctor.md

latest1.1 KB
Original Source

UserManager Constructors

Exposes API required to manage user objects in the database. Use Dependency Injection to access this class’s instance in an application.

NameParametersDescription
UserManager(IServiceProvider, IPrincipalProvider, IUserLockout, IOptions<SecurityOptions>)serviceProvider, principalProvider, userLockout, securityOptionsInitializes a new instance of the UserManager class with specified settings. You do not need to call this constructor; it is called internally by the DI container.

See Also

UserManager Class

UserManager Members

DevExpress.ExpressApp.Security Namespace