Word Document Protection Techniques Sample

Note

This sample runs only in Microsoft Office Word 2007.

This sample demonstrates various techniques you can use to protect structural components of a document. These techniques can help to prevent users from accidentally deleting controls or otherwise changing important parts of your solution document.

Security noteSecurity Note:

This sample code is intended to illustrate a concept, and it shows only the code that is relevant to that concept. It may not meet the security requirements for a specific environment, and it should not be used exactly as shown. We recommend that you add security and error-handling code to make your projects more secure and robust. Microsoft provides this sample code "AS IS" with no warranties.

To run this sample

  1. Press F5.

  2. Follow the instructions in the document.

Demonstrates

  • How to protect an XML tag so that it cannot be deleted by the user, but is accessible to code and manual interaction.

  • How to protect a Bookmark control so that if a user deletes it, it is re-created.

  • How to protect a Windows Forms control so that it cannot be modified or deleted by the user, but can be accessed by your code.

See Also

Tasks

How to: Permit Code to Run Behind Documents with Restricted Permissions

Concepts

Document Protection in Document-Level Solutions

Password Protection on Office Documents

Information Rights Management and Managed Code Extensions Overview

Other Resources

Document-Level Samples