UserManager Constructors
Exposes API required to manage user objects in the database. Use Dependency Injection to access this class’s instance in a .NET 6+ application.
Name | Parameters | Description |
---|---|---|
User |
service |
Initializes a new instance of the User |
See Also