RMS SDK for C++
0.2.1
A client library for using Microsoft RMS from Linux.
|
Provides implementation for obtaining roles for protecting documents. More...
#include <roles.h>
Static Public Member Functions | |
static const std::string | Viewer () |
User will only be able to view the document. | |
static const std::string | Reviewer () |
User will be able to view and edit the document. | |
static const std::string | Author () |
User will be able to view, edit, copy, and print the document. | |
static const std::string | CoOwner () |
User will have all permissions; view, edit, copy and print. | |
Provides implementation for obtaining roles for protecting documents.