[TIBCO.EMS .NET client library 5.1 documentation]

Get the SSL proxy username from a connection factory.

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

Syntax

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

Return Value

the username.

Exceptions

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

See Also