bSecurityEnabled property

bool get bSecurityEnabled

Indicates whether security is enabled for this connection.

Implementation

bool get bSecurityEnabled => _bSecurityEnabled != FALSE;
set bSecurityEnabled (bool value)

Implementation

set bSecurityEnabled(bool value) => _bSecurityEnabled = value ? TRUE : FALSE;