Microsoft Information Protection SDK - C++ 1.17
API Reference Documentation for C++
|
Request for a use license in the publishing request. More...
#include <publishing_use_license_request.h>
Public Member Functions | |
virtual void | SetDelegatedUserEmail (const std::string &delegatedUserEmail)=0 |
Sets the optional delegated user. If this is not set then the prelicense is for the user in the token. | |
virtual const std::string & | GetDelegatedUserEmail () const =0 |
Gets the 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.
|
static |
Creates a PublishingUseLicenseRequest object.
|
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. |