[TIBCO.EMS .NET client library 8.1 documentation]

Get the SSL proxy password from a connection factory.

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

Syntax

public string GetSSLProxyPassword()
Public Function GetSSLProxyPassword As String
public:
String^ GetSSLProxyPassword()

Return Value

the password.

Exceptions

ExceptionCondition
TIBCO.EMS..::.EMSException if the protocol of the connection factory's URL is not SSL.

See Also