Skip to main content
All docs
V24.1
.NET 6.0+
  • The page you are viewing does not exist in the .NET Framework 4.5.2+ platform documentation. This link will take you to the parent topic of the current section.

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