RMS SDK for C++
0.2.1
A client library for using Microsoft RMS from Linux.
|
Rights that apply to editable documents. More...
#include <rights.h>
Static Public Member Functions | |
static const std::string | Edit () |
Gets a right that allows the protected content to be edited and saved to the same protected format. | |
static const std::string | Export () |
Gets a right that allows content to be extracted from a protected format and placed in a different AD RMS-protected format. | |
static const std::string | Extract () |
Gets a right that allows content to be extracted from a protected format and placed in an unprotected, or a different protected, format. Same value as EmailRights.Extract. | |
static const std::string | Print () |
Gets a right that allows protected content to be printed. Same value as EmailRights.Print. | |
static const std::string | Comment () |
Gets a right that allows the protected content to be commented on and saved to the same protected format. | |
static const std::vector< std::string > | All () |
Gets a collection of all the rights that apply to editable documents. | |
Rights that apply to editable documents.