[TIBCO.EMS .NET client library 8.1 documentation]

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).

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public const string LDAP_AUTH_TYPE
Public Const LDAP_AUTH_TYPE As String
public:
literal String^ LDAP_AUTH_TYPE

Remarks

For more information regarding AuthType, please see http://msdn2.microsoft.com/en-us/library/system.directoryservices.protocols.authtype.aspx

Examples

 Copy Code
              table.Add(LdapLookupConsts.LDAP_AUTH_TYPE, 1);
            

See Also