Discuss this help topic in SecureBlackbox Forum
Defines logical operators used in
LDAP search filter.
Declaration
[C#/Java]
enum TSBLDAPSLogicalOperator { loAnd = 0, loOr = 1 };
[VB.NET]
Enum TSBLDAPSLogicalOperator
loAnd = 0
loOr = 1
End Enum
[Pascal]
TSBLDAPSLogicalOperator = (loAnd, loOr);
[C++]
typedef uint8_t TSBLDAPSLogicalOperatorRaw;
typedef enum { loAnd = 0, loOr = 1 } TSBLDAPSLogicalOperator;
Description
Possible values:
Declared in
.NET:
- Namespace: SBLDAPSClient
- Assembly: SecureBlackbox.LDAP
VCL:Java:
- Package: SecureBlackbox.LDAP.jar
C++:
Discuss this help topic in SecureBlackbox Forum