Hello,
I don’t understand what is SecurityAction in the framework.
I see in the Sensor Monitor Sample that a list of SecurityAction is added to the controller and the subitem but what is the usage of these actions ?
Where can I find these actions ?
What is the purpose of these SecurityActions ?
Thanks
List securityActionsCtrl = new List
**{**
**new SecurityAction("GENERIC\_WRITE", "Manage"),**
**new SecurityAction("GENERIC\_READ", "Read"),**
**new SecurityAction("POWEROFF", "Power off controller"),**
**new SecurityAction("POWERON", "Power on controller"),**
**};**
List securityActions = new List
**{**
**new SecurityAction("GENERIC\_WRITE", "Manage"),**
**new SecurityAction("GENERIC\_READ", "Read"),**
**};**
