SessionsController - конструктор
Пространство имён: Tessa.Web.ControllersСборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.0.4
public SessionsController(
IWebLoginService loginService,
ISessionService sessionService,
IOptions<WebOptions> webOptions,
IServiceProvider serviceProvider,
ITwoFactorAuthProcessor twoFactorAuthProcessor,
ILdapAuthSettings ldapSettings,
IDbScope dbScope
)
Public Sub New (
loginService As IWebLoginService,
sessionService As ISessionService,
webOptions As IOptions(Of WebOptions),
serviceProvider As IServiceProvider,
twoFactorAuthProcessor As ITwoFactorAuthProcessor,
ldapSettings As ILdapAuthSettings,
dbScope As IDbScope
)
public:
SessionsController(
IWebLoginService^ loginService,
ISessionService^ sessionService,
IOptions<WebOptions^>^ webOptions,
IServiceProvider^ serviceProvider,
ITwoFactorAuthProcessor^ twoFactorAuthProcessor,
ILdapAuthSettings^ ldapSettings,
IDbScope^ dbScope
)
new :
loginService : IWebLoginService *
sessionService : ISessionService *
webOptions : IOptions<WebOptions> *
serviceProvider : IServiceProvider *
twoFactorAuthProcessor : ITwoFactorAuthProcessor *
ldapSettings : ILdapAuthSettings *
dbScope : IDbScope -> SessionsController
Параметры
- loginService IWebLoginService
-
- sessionService ISessionService
-
- webOptions IOptionsWebOptions
-
- serviceProvider IServiceProvider
-
- twoFactorAuthProcessor ITwoFactorAuthProcessor
-
- ldapSettings ILdapAuthSettings
-
- dbScope IDbScope
-