Discuss this help topic in SecureBlackbox Forum

TElLDAPSSearchFilter class

Properties     Methods     Declared in     


TElLDAPSKeyserverSearchFilter is a base class for TElLDAPSKeyserverSearchFilter.

Description

    This class represents a filter which is used to perform search in LDAP database. A filter consists of zero or more conditions. Each condition consists of a string value, an equality criterium, and a logical condition which relates the current condition to other ones. Use AddCondition method to add a new condition to the filter. If you need a string representation of the filter, use ToString method.

Properties

Methods

Declared in

.NET:
  • Namespace: SBLDAPSClient
  • Assembly: SecureBlackbox.LDAP
VCL:
  • Unit: SBLDAPSClient
Java:
  • Package: SecureBlackbox.LDAP.jar
C++:
  • sbldapsclient.h

Discuss this help topic in SecureBlackbox Forum