RMS SDK for C++
0.2.1
A client library for using Microsoft RMS from Linux.
|
The result of the UserPolicy::Acquire operation. More...
#include <UserPolicy.h>
Public Member Functions | |
GetUserPolicyResult (GetUserPolicyResultStatus status, std::shared_ptr< std::string >referrer, std::shared_ptr< UserPolicy > policy) | |
User policy result. | |
Public Attributes | |
GetUserPolicyResultStatus | Status |
User policy result status. | |
std::shared_ptr< std::string > | Referrer |
The policy referrer. | |
std::shared_ptr< UserPolicy > | Policy |
Pointer to the policy object. | |
The result of the UserPolicy::Acquire operation.