RMS SDK for C++
0.2.1
A client library for using Microsoft RMS from Linux.
|
Supplies properties for users and their granted rights. More...
#include <UserRights.h>
Public Member Functions | |
UserRights (const UserList &users, const RightList &rights) | |
Creates a UserRights object. | |
const UserList & | Users () const |
The users to whom the rights are granted. | |
const RightList & | Rights () const |
The granted rights. | |
Supplies properties for users and their granted rights.