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

Get the SSL parameters used by the server when communicating with SSL clients.

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

Syntax

public SSLParams SSLParams { get; }
Public ReadOnly Property SSLParams As SSLParams
public:
property SSLParams^ SSLParams {
	SSLParams^ get ();
}

Return Value

the SSL parameters if set, null otherwise.

See Also