LdapAuthenticationService - конструктор |
Создаёт экземпляр класса с указанием его зависимостей.
Пространство имён:
Tessa.Platform.Runtime
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public LdapAuthenticationService(
ILdapAuthSettings settings,
ILdapProvider provider
)
Public Sub New (
settings As ILdapAuthSettings,
provider As ILdapProvider
)
public:
LdapAuthenticationService(
ILdapAuthSettings^ settings,
ILdapProvider^ provider
)
new :
settings : ILdapAuthSettings *
provider : ILdapProvider -> LdapAuthenticationService
Параметры
- settings
- Тип: Tessa.PlatformILdapAuthSettings
Настройки для подключения к LDAP. - provider
- Тип: Tessa.Extensions.Platform.Server.AdSyncILdapProvider
Провайдер для подключения к LDAP.
См. также