Skip to main content
All docs
V25.2
  • SignInManager Constructors

    Exposes API required for user sign in. Use Dependency Injection to access this class’s instance in an 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