[TIBCO.EMS .NET Admin client library 5.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Types indicating whether connection is ssl or not
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public enum SSLType |
Public Enumeration SSLType |
public enum class SSLType |
Members
| Member name | Description | |
|---|---|---|
| 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.
|