[TIBCO.EMS .NET client library 5.1 documentation]

Return true if the connection communicates with a secure protocol; otherwise false.

Remarks

This method has been deprecated.

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

Syntax

[ObsoleteAttribute("EMS clients should no longer use this method; it has been deprecated.")]
public bool IsSecure { get; }
<ObsoleteAttribute("EMS clients should no longer use this method; it has been deprecated.")> _
Public ReadOnly Property IsSecure As Boolean
[ObsoleteAttribute(L"EMS clients should no longer use this method; it has been deprecated.")]
public:
property bool IsSecure {
	bool get ();
}

See Also