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

Get the type of SSL connection used, if any.

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

Syntax

public SSLType SSLType { get; }
Public ReadOnly Property SSLType As SSLType
public:
property SSLType SSLType {
	SSLType get ();
}

Return Value

the SSL type. Either SSLType.SSL, SSLType.TCP or SSLType.None.

See Also