SignInManager Constructors
Exposes API required for user sign in. Use Dependency Injection to access this class’s instance in a .NET 6+ application.Name | Parameters | Description |
---|---|---|
SignInManager(ISecurityStrategyBase, INonSecuredObjectSpaceFactory, IStandardAuthenticationIdentityCreator, IServiceProvider, IPrincipalProvider) | security, objectSpaceFactory, identityCreator, serviceProvider, principalProvider | Initializes a new instance of the SignInManager class with specified settings. You do not need to call this constructor, it is called internally by the DI container. |
See Also