2.2.9.10.5 AUTHENTICATEDDATA
The AUTHENTICATEDDATA element of the template contains the usage policy defined by the rights policy template author. For a template, this element always represents application-specific data. One or more AUTHENTICATEDDATA elements MAY be present and MUST use the following forms.
If present, the AUTHENTICATEDDATA element MUST use the following template.
-
<AUTHENTICATEDDATA name="[[- name - ]]" id="APPSPECIFIC">[[- value -]] </AUTHENTICATEDDATA>
[[- name -]]: The name of the application-specific control.
-
There are two predefined controls:
-
VIEWER: Specifies whether the protected document can be opened in a browser.
-
NOLICCACHE: Specifies whether the use license received from the server is to be cached (stored in the client's local store).
[[- value -]]: The value of the application-specific control. For the preceding predefined controls, the value indicates the following:
-
VIEWER: '0', or the element does not exist: Do not allow viewing in a browser; '1': Allow viewing in a browser.
-
NOLICCACHE: '0', or the element does not exist: Allow UL caching; '1': Do not allow UL caching.