[TIBCO.EMS .NET client library 6.3 documentation]

Add this specified certificate to the list of of trusted certificates

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

Syntax

public void SetSSLTrustedCertificate(
	string certificate
)
Public Sub SetSSLTrustedCertificate ( _
	certificate As String _
)
public:
void SetSSLTrustedCertificate(
	String^ certificate
)

Parameters

certificate
Type: System..::.String
The name of the certificate to add to the list of trusted certificates.

Remarks

Only ASN1.DER encoded files are supported.

See Also