Back to Devexpress

SignInManager Constructors

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

latest1.1 KB
Original Source

SignInManager Constructors

Exposes API required for user sign in. Use Dependency Injection to access this class’s instance in an application.

NameParametersDescription
SignInManager(ISecurityStrategyBase, INonSecuredObjectSpaceFactory, IStandardAuthenticationIdentityCreator, IServiceProvider, IPrincipalProvider)security, objectSpaceFactory, identityCreator, serviceProvider, principalProviderInitializes 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

SignInManager Class

SignInManager Members

DevExpress.ExpressApp.Security Namespace