[TIBCO.EMS .NET client library 5.1 documentation]

Use this property name to specify store name. The default is "My" (i.e personel) store at the "currentuser" location.

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

Syntax

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

Examples

 Copy Code
              table.Add(LdapLookupConsts.LDAP_CERT_STORE_NAME, "My");
            

See Also