Discuss this help topic in SecureBlackbox Forum
LDAP: Setup LDAP certificate storage
LDAP certificate storages are accessible using TElLDAPCertStorage class. You start with creating an instance of TElLDAPCertStorage.
Next, you need to create an instance of TElLDAPSClient class and assign this instance to TElLDAPCertStorage.LDAPSClient property. Customize the properties of TElLDAPSClient as needed to get access to the LDAP server.
Finally call TElLDAPCertStorage.Open() method to open the storage and use it.