DefaultAuthenticationService - конструктор |
Создаёт экземпляр класса с указанием его зависимостей.
Пространство имён:
Tessa.Platform.Runtime
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public DefaultAuthenticationService(
IAuthenticationServiceProvider serviceProvider
)
Public Sub New (
serviceProvider As IAuthenticationServiceProvider
)
public:
DefaultAuthenticationService(
IAuthenticationServiceProvider^ serviceProvider
)
new :
serviceProvider : IAuthenticationServiceProvider -> DefaultAuthenticationService
Параметры
- serviceProvider
- Тип: Tessa.Platform.RuntimeIAuthenticationServiceProvider
Объект, предоставляющий доступ к сервисам в зависимости от типа входа пользователя UserLoginType.
См. также