[TIBCO.EMS.UFOCLIENT .NET client library 7.0 documentation]
Assembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Note:
This proxy authentication data is distinct from the server authentication data
and from the SSL private key encryption password.
Set a connection factory's username and password for connecting through
an SSL proxy.
Namespace:
TIBCO.EMS.UFOAssembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Syntax
public void SetSSLProxyAuth( string username, string password ) |
Public Sub SetSSLProxyAuth ( _ username As String, _ password As String _ ) |
public: void SetSSLProxyAuth( String^ username, String^ password ) |
Parameters
- username
- Type: System..::.String
The connection factory authenticates itself to the SSL proxy using this username.
- password
- Type: System..::.String
The connection factory authenticates itself to the SSL proxy using this password.
Remarks
When a connection factory establishes an EMS server connection through an SSL proxy host, the proxy might first require authentication before facilitating a connection. When required, use this call to set that authentication data on the connection factory.

Exceptions
Exception | Condition |
---|---|
EMSException | if the protocol of the connection factory's URL is not SSL. |