[TIBCO.EMS .NET client library 6.0 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Specifies the system store information
Namespace:
TIBCO.EMSAssembly: 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.