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

The SSLParams type exposes the following members.

Constructors

  NameDescription
SSLParams

Methods

  NameDescription
_FixParams
_Pack
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
setList
(Inherited from ThirdPartyParams.)
setObject
(Inherited from ThirdPartyParams.)
ToString
Generate a string representation of parameters.
(Inherited from ThirdPartyParams.)

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