[TIBCO.EMS .NET client library 6.3 documentation]

Add this specified certificate to the list of of trusted certs. Note: only ASN1.DER encoded files are supported

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

Syntax

public void SetSSLTrustedCertificate(
	X509Certificate cert
)
Public Sub SetSSLTrustedCertificate ( _
	cert As X509Certificate _
)
public:
void SetSSLTrustedCertificate(
	X509Certificate^ cert
)

See Also