UseLicense.ApplicationData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the application data dictionary that contains key/value pairs passed from the publishing application to the consuming application.
public:
property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ ApplicationData { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> ApplicationData { get; }
member this.ApplicationData : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property ApplicationData As IDictionary(Of String, String)
Property Value
The application data dictionary that contains key/value pairs passed from the publishing application to the consuming application.
Remarks
One data key/value pair that is processed by a Rights Management Services (RMS) server is the string pair "Allow_Server_Editing"/"True". When the issuance license "Allow_Server_Editing"/"True" is set, the service, or any trusted service, can reuse the content key.
The key/value pair "NOLICCACHE" / "1" controls the Use License embedding policy of consuming applications. When "NOLICCACHE" / "1" is set, applications are expected not to embed the Use License within the rights managed document.