[TIBCO.EMS .NET Admin client library 6.0 documentation]

The SSLParams type exposes the following members.

Fields

  NameDescription
SSL_AUTH_ONLY_PARAM
Boolean parameter indicating whether or not SSL is used only for authentication.
SSL_CIPHERS_PARAM
String parmeter for the SSL ciphers.
SSL_CRL_PATH_PARAM
String parmeter for the SSL CRL path.
SSL_CRL_UPDATE_IVL_PARAM
Long parameter for the SSL CRL update interval, in hours.
SSL_EGD_PARAM
String parmeter for the path to the installed Enthropy Gathering Daemon.
SSL_EXPECTED_HOSTNAME_PARAM
String parameter for the expeted hostname of the server.
SSL_IDENTITY_PARAM
String parameter for the filename of the identity file.
SSL_ISSUERS_PARAM
List parameter for the list of SSL certificate filenames used to issue client certificates.
SSL_PASSWORD_PARAM
String parmeter for the SSL password (routes only).
SSL_PRIVATE_KEY_PARAM
String parameter for the filename of the private key file.
SSL_RENEG_INTERVAL_PARAM
Long parameter for the SSL renogotion interval, in seconds.
SSL_RENEG_SIZE_PARAM
Long parameter for the SSL renogotion size, in bytes.
SSL_TRUSTED_PARAM
List parameter for the List of trusted certificates.
SSL_VENDOR_PARAM
String parameter for the SSL implementation vendor (factories only).
SSL_VERIFY_HOST_PARAM
Boolean parameter indicating whether or not hosts should be verified.
SSL_VERIFY_HOSTNAME_PARAM
Boolean parameter indicating whether or not hostnames should be verified.
tpParams
(Inherited from ThirdPartyParams.)

See Also