[TIBCO.EMS .NET client library 7.0 documentation]

Constant that holds the name of the environment property for specifying the security protocol to use in Tibjms JNDI lookups. The only value currently recognized is the String "ssl", therefore, this property acts as a flag to turn ssl encryption on or off in JNDI lookups. This name is defined as "TIBCO.EMS.naming.security_protocol".

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

Syntax

public const string SECURITY_PROTOCOL
Public Const SECURITY_PROTOCOL As String
public:
literal String^ SECURITY_PROTOCOL

Remarks

Note: If ssl connection is needed to lookup administered objects then this property needs to be set.

See Also