DOFSystemStateisAuthorized Method OpenDOF Object Access Library
Get Whether the system is authorized or not.

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

C#
bool isAuthorized()

Return Value

Type: Boolean
True if authorized, false otherwise.
Remarks

Get Whether the system is authorized or not. A secure system is authorized if it has all permissions set in the config (or any permission if none were set). An unsecure system is always considered authorized.
See Also

Reference