[TIBCO.EMS .NET client library 5.1 documentation]

The LdapLookupConsts type exposes the following members.

Constructors

  NameDescription
LdapLookupConsts

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
LDAP_AUTH_TYPE
Use this property to specify the auth type, this value gets used when an ldap connection is being established. supported values are '0' for Anonumous AuthType) and '1' for Basic Authype. (Default AuthType is set to Basic).
LDAP_BASE_DN
Specifies the base dn, i.e where to start looking for the administered objects.
LDAP_CERT_NAME
Use this property name to specify certificate name to lookup in the store name at the store location. NOTE: This is required property when the LDAP_CONN_TYPE of ldaps is used and LDAP_SSL_PARAMS is not specified with a LdapLookupSSLParams.SetSSLQueryClientCertificateCallback method.
LDAP_CERT_STORE_LOCATION
Use this property to specify store location. Acceptable values are "currentuser" (the default) and "localmachine."
LDAP_CERT_STORE_NAME
Use this property name to specify store name. The default is "My" (i.e personel) store at the "currentuser" location.
LDAP_CONN_TYPE
Use this property name to specify connection type. Aacceptable values are "ldap" (the default) and "ldaps."
LDAP_CREDENTIAL
Use this property name to specify the credential (i.e the password) to use while connecting to the ldap server.
LDAP_PRINCIPAL
Use this property name to specify the principal (i.e the user name) to use while connecting to the ldap server.
LDAP_PROTOCOL_VERSION
Use this property to specify the protocol version for the ldap connection's session options. The values for protocol version can be either 2 or 3.
LDAP_SEARCH_SCOPE
Use this property name to specify the search scope. Acceptable values are "subtree" (the default) and "onelevel."
LDAP_SERVER_URL
Use this property name to specify the url to connect to the LDAP server.
LDAP_SSL_PARAMS

See Also