Avatar

Level 9

The license ID is the unique value that is generated by Rights Management when a policy is applied to a document.  The license ID is required when switching policies or revoking documents.

There are a couple of ways to get the Licence ID value, the license ID for a protected document is emvedded in the document itself.  You can use the "Get License Identifier" operation, pass the protected document as input, it outputs the License ID.  The second way is to use the "Inspect Protected Document" operation,  pass the protected document as input, it outputs a complex object (RM Inspect Result), one of the attributes of this complex objeject is the license ID.

Hope this helps.

Steve