How to write to an attribute configured for Secured Write or Verified Write security classification
- Last UpdatedJul 16, 2024
- 1 minute read
How to write to an attribute configured for Secured Write or Verified Write security classification
There are several ways to write to an Attribute configured for Secured Write or Verified Write security classification.
-
Any assignment in a script that sets the value of the Attribute, such as
A=B;
where A references an Attribute that is configured for Secured Write or Verified write security classification.
-
Any action on an animation graphic that alters the value of an Attribute that has Signed Write or Verified Write security configuration, such as a user input, a slider, an up/down button on a counter, and other such actions.
-
A script that uses the SignedWrite() function.
For information specific to the SignedWrite() function, see Working with the SignedWrite() function for secured and verified writes.