[TIBCO.EMS .NET client library 8.1 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
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.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
Remarks
For more information regarding AuthType, please see
http://msdn2.microsoft.com/en-us/library/system.directoryservices.protocols.authtype.aspx
Examples
![]() | |
---|---|
table.Add(LdapLookupConsts.LDAP_AUTH_TYPE, 1); |