[TIBCO.EMS .NET client library 8.1 documentation]

Name of SSL property specifying the set of trusted certificates. The value is a Vector object, elements of the Vector can be: - certificate object, - an Integer object specifying the certificate type followed by the certificate object. An Integer object before the object presenting the certificate data may be required when certificate data does not allow automatic detection of the encoding format. This name is defined as "TIBCO.EMS.ssl.trusted_certs".

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

Syntax

public const string TRUSTED_CERTIFICATES
Public Const TRUSTED_CERTIFICATES As String
public:
literal String^ TRUSTED_CERTIFICATES

See Also