RMS SDK for C++  0.2.1
A client library for using Microsoft RMS from Linux.
Public Member Functions | Public Attributes | List of all members
rmscore::modernapi::GetUserPolicyResult Struct Reference

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< UserPolicyPolicy
 Pointer to the policy object.
 

Detailed Description

The result of the UserPolicy::Acquire operation.


The documentation for this struct was generated from the following files: