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

Get the server's Fault Tolerant SSL parameters. These are the parameters that the server uses to connect to its Fault Tolerant partner.

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

Syntax

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

Return Value

the FT SSL parameters if set, null otherwise.

See Also