Discuss this help topic in SecureBlackbox Forum
LDAP: Search OpenPGP keys on keyserver
TElLDAPSKeyserverClient component is used to search for OpenPGP keys on keyservers. First of all TElLDAPSKeyserverClient.Address and Port properties should be adjusted. TElLDAPSKeyserverClient.IncludeDisabledKeys and TElLDAPSKeyserverClient.IncludeRevokedKeys properties allow to include disabled and revoked keys into search result.
Search criteria is represented by TElLDAPSKeyserverSearchFilter instance. Using its TElLDAPSKeyserverSearchFilter.AddCondition() method you can combine multiple search conditions. The method accepts four parameters:
After a filter is constructed, TElLDAPSKeyserverClient.Search() method is used to perform a search operation on a server.