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

Get the SSL proxy username from a connection factory.

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

Syntax

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

Return Value

the username.

Exceptions

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

See Also