[TIBCO.EMS .NET client library 8.1 documentation]

Certificate Store Type to be used for reading SSL Certificates

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

Syntax

public enum EMSSSLStoreType
Public Enumeration EMSSSLStoreType
public enum class EMSSSLStoreType

Members

Member nameDescription
EMSSSL_STORE_TYPE_FILE
public const to be used if the certificates are stored in a pkcs12 (aka .pfx) file.
EMSSSL_STORE_TYPE_SYSTEM
public const to be used if the certificates are store in the Microsoft certificate store.
EMSSSL_STORE_TYPE_DEFAULT
public const to be used if the certificates are stored in the Microsoft certificate store, specifying default will cause the Microsoft certificate store to be used.

See Also