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

Types indicating whether connection is ssl or not

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

Syntax

public enum SSLType
Public Enumeration SSLType
public enum class SSLType

Members

Member nameDescription
None
Type indicating that the connection is not an SSL connection.
SSL
Type indicating that the connection is an SSL connection.
TCP
Type indicating that the client uses SSL but connects by way of an external SSL accelerator to one of the server's TCP ports.

See Also