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

Get the SSL parameters for this factory.

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);
}

Return Value

the SSL parameters for this factory or null if none exist.

See Also