Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
|
Request for a use license in the publishing request. More...
#include <src/api/mip/protection/publishing_use_license_request.h>
Public Member Functions | |
virtual const std::string & | GetDelegatedUserEmail () const =0 |
Gets the delegated user. | |
virtual void | SetDelegatedUserEmail (const std::string &delegatedUserEmail)=0 |
Sets the optional delegated user. | |
Static Public Member Functions | |
static MIP_API std::shared_ptr< PublishingUseLicenseRequest > __CDECL | CreatePublishingUseLicenseRequest () |
Creates a PublishingUseLicenseRequest object. | |
Request for a use license in the publishing request.
Definition at line 47 of file publishing_use_license_request.h.
|
static |
Creates a PublishingUseLicenseRequest object.
Referenced by ProtectionHandler::PublishingSettings::SetPreLicenseUserEmail().
|
pure virtual |
Gets the delegated user.
|
pure virtual |
Sets the optional delegated user.
If this is not set then the prelicense is for the user in the token
delegatedUserEmail | the delegation email. |