[TIBCO.EMS.UFOCLIENT .NET client library 8.1 documentation]
Assembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Get the certificate store info object associated with this
connection factory.
Namespace:
TIBCO.EMS.UFOAssembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Syntax
Remarks
can be null or of type EMSSSLFileStoreInfo or
EMSSSLSystemStoreInfo.
NOTE: SSL Connection factory objects that are
looked up in JNDI have a certificate store info already created.
This allows a user to get access to the certificate store object
and set properties not present in the JNDI object. e.g. ssl password.
Examples
![]() | |
---|---|
EMSSSLFileStoreInfo info = (EMSSSLFileStoreInfo)cf.GetCertificateStore(); String _password = "password"; info.SetSSLPassword(_password.ToCharArray()); |