Rights Managed Content Publish Sample

The Rights Managed Content Publish sample shows how to add Digital Rights Management (DRM) protection to a generic content data file. The sample shows how rights management protection can be added to example image files, "Chocolate.png" and "Truffle.png". Build the sample and follow the steps below to add rights managed protection to the example images.

  1. After the sample starts, click File | Open... and select to view one of the sample image files, "Chocolate.png" or "Truffle.png". The image will open and display in the application Image pane.

  2. Next click File | Rights... and select the file "Document-Rights.xrml". The Extensible Rights Markup Language (XrML) file defines the rights to be granted to specific users of the protected document after it is encrypted for rights management.

  3. To publish the rights managed file, click File | Publish... and in the "Publish Rights Managed Package As" dialog select a file name for the new encrypted file.

In addition to the Image pane, there are two additional panels displayed in the application window.

  • The "Status" pane displays the steps as they are performed to encrypt the document with rights management.

  • The "Rights" pane shows the contents of the "Document-Rights.xrml" file that defines the granted rights bound with the new managed file.

The Rights Managed Content Viewer Sample shows how to access and view the new rights managed file.

Important: Execution of the Rights Managed Content Publish sample requires network access to a server configured with Microsoft Rights Management Services (RMS). See the following links for information on how to configure your development environment for use with RMS.

This sample demonstrates a specific feature of the Windows Presentation Foundation (WPF) and, consequently, does not follow application development best practices. For comprehensive coverage of Windows Presentation Foundation (WPF) and Microsoft .NET Framework application development best practices, refer to the following as appropriate:

Accessibility - Accessibility Best Practices

Security - WPF Security

Localization - WPF Globalization and Localization Overview

Download sample

Building the Sample

  • Install the Windows Software Development Kit (SDK) and open its build environment command window. On the Start menu, point to All Programs, Microsoft Windows SDK, and then click CMD Shell.

  • Download the sample, usually from the software development kit (SDK) documentation, to your hard disk drive.

  • To build the sample from the build environment command window, go to the source directory of the sample. At the command prompt, type MSBUILD.

  • To build the sample in Microsoft Visual Studio 2005, load the sample solution or project file and then press CTRL+SHIFT+B.

Running the Sample

  • To run the compiled sample from the build environment command window, execute the .exe file in the Bin\Debug or Bin\Release folder contained under the sample source code folder.

  • To run the compiled sample with debugging in Visual Studio 2005, press F5.

See Also

Other Resources

Rights Managed Package Publish Sample
Rights Managed Package Viewer Sample
Rights Managed Content Viewer Sample