[TIBCO.EMS.UFOCLIENT .NET client library 6.3 documentation]
Set the certificate store type and info.
Namespace:
TIBCO.EMS.UFO
Assembly:
TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Syntax
|
---|
public void SetCertificateStoreType(
EMSSSLStoreType type,
Object storeInfo
) |
|
---|
Public Sub SetCertificateStoreType ( _
type As EMSSSLStoreType, _
storeInfo As Object _
) |
|
---|
public:
void SetCertificateStoreType(
EMSSSLStoreType type,
Object^ storeInfo
) |
Parameters
- type
- Type: EMSSSLStoreType
The type of certificate store. Can be either
EMSSSL_STORE_TYPE_SYSTEM or EMSSSL_STORE_TYPE_FILE. See
TIBCO.EMS.EMSSSLStoreType for details.
- storeInfo
- Type: System..::.Object
If the store type is EMSSSL_STORE_TYPE_SYSTEM,
then storeInfo must be an EMSSSLSystemStoreInfo object. If the store
type is EMSSSL_STORE_TYPE_FILE, then storeInfo must be an
TIBCO.EMS.EMSSSLFileStoreInfo
object.
See Also