Right Manager XML value

How is the Right Manager's VALUE calculated?

It is true to say the the Value string is calculated. In order to add protection, it is calculated based on requested Rights and then encrypted.
It determines RightManager’s rights on files and therefore it guarantees that the History is not modified.It is a protection for you as well to ensure that files cannot be “fiddled” and be measured, spied etc.

Some example to be found in : http://www.seemage.com/doc/FAQ/MVP/Batch_Righ_Manager.zip

Crypting method obviously is confidential.

In order to add RM rights, you can still use the following command :

seemagePublisher.exe -rightmanager [fileOutput]

Add the RightManager and PlayerIntegration options into the file according to the options specified in the file from the value of the markup (see below). The file can be an smg or an smgxml file ; it is possible to specify the output filename (by default, the input file is overwritten).The value of the markup indicated which are the rights to add the the input xml file.

This value is computed by a binary OR operation with the different LIT_OPTION_PRO_XXX options defined below.

You can see how we calculate the value for Batch.Option.Pro in XML file settings.

If you specify 0, it means that Annotation (markups and measures), Save, Cutting plane, Simulation (kinematic mode) and Tree will be disable.

If you want to set a specific right, use the calculation below :
Annotation = 2^0 = 1
Cutting plane = 2^1 = 2
Save = 2^2 = 4
Not Used
ActiveX = 2^4 = 16
Trees = 2^5 = 32
Simulation = 2^6 = 64

No comments:

Clicky Web Analytics