[TIBCO.EMS .NET client library 6.0 documentation]

Use this property to specify store location. Acceptable values are "currentuser" (the default) and "localmachine."

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

Syntax

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

Examples

 Copy Code
              table.Add(LdapLookupConsts.LDAP_CERT_STORE_LOCATION, "currentuser");
            

See Also