ConnectionisSecure Method OpenDOF Object Access Library
Is the connection inherently secure.

Namespace: org.opendof.core.transport
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
bool isSecure()

Return Value

Type: Boolean
Whether or not the transport is inherently secure.
Remarks

Is the connection inherently secure. Data sent to and received from a secure connection will not be encrypted.
See Also

Reference