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

Get the SSL parameters for the connection to the remote server.

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

Syntax

public Hashtable SSLParams { get; set; }
Public Property SSLParams As Hashtable
public:
property Hashtable^ SSLParams {
	Hashtable^ get ();
	void set (Hashtable^ value);
}

See Also