[TIBCO.EMS .NET client library 5.1 documentation]

Specifies the system store information

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

Syntax

public class EMSSSLSystemStoreInfo
Public Class EMSSSLSystemStoreInfo
public ref class EMSSSLSystemStoreInfo

Remarks

System Store Info object to be used while setting the store type for a connection factory via the SetCertificateStoreType(EMSSSLStoreType, Object). The store info consists of the store location, store name, the certificate name (to look for in the specified store name at the specified store location).

The default store location is StoreLocation.CurrentUser and the default store name is 'my' store as defined by the .NET framework. The search criteria to find the certificate in the store name at the store location is X509FindType.FindBySubjectDistinguishedName.

Inheritance Hierarchy

System..::.Object
  TIBCO.EMS..::.EMSSSLSystemStoreInfo

See Also