ContentRight Enumeration
Specifies rights that can be granted to users for accessing content in a rights managed document.
Assembly: WindowsBase (in WindowsBase.dll)
| Member name | Description | |
|---|---|---|
| DocumentEdit | The user can edit the document that contains the protected content. | |
| Edit | The user can edit and encrypt the protected content. | |
| Export | The user can export the protected content. | |
| Extract | The user can extract (copy and paste) the protected content. | |
| Forward | The user can forward the protected content to another user. | |
| ObjectModel | The user can control programmed access to the protected content. | |
| Owner | The user is the content owner. The owner can edit and encrypt the protected content, and decrypt the signed PublishLicense. | |
The user can print the protected content. | ||
| Reply | The user can reply to the sender of the protected content. | |
| ReplyAll | The user can "reply all" to recipients of the protected content. | |
| Sign | The user can digitally sign the protected content. | |
| View | The user can view the protected content. | |
| ViewRightsData | The user can decrypt and view the rights specified in the signed PublishLicense. |
All rights allow users to decrypt protected content. In addition, the enumeration values that follow grant specific additional rights.
Available since 3.0