LdapAuthenticationService - конструктор
Создаёт экземпляр класса с указанием его зависимостей.
Пространство имён: Tessa.Platform.RuntimeСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
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 ILdapAuthSettings
- Настройки для подключения к LDAP.
- provider ILdapProvider
- Провайдер для подключения к LDAP.