[TIBCO.EMS .NET client library 8.1 documentation]

Specifies the file store information.

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

Syntax

public class EMSSSLFileStoreInfo
Public Class EMSSSLFileStoreInfo
public ref class EMSSSLFileStoreInfo

Remarks

File Store Info object to be used while setting the store for a connection factory via the SetCertificateStoreType(EMSSSLStoreType, Object) or while using the global EMSSSL API to set the certificate store. The store info consists of the client's identity (the only type supported is the pkcs12 file aka .pfx file format), the password for the private key stored in the pkcs12 file and any optional trusted certificates.

Inheritance Hierarchy

System..::.Object
  TIBCO.EMS..::.EMSSSLFileStoreInfo

See Also