Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
Loading...
Searching...
No Matches
LicenseInfo Class Referenceabstract

Representation of the dynamic watermark which the admin has configured for a label. More...

#include <src/api/mip/protection/license_info.h>

Public Member Functions

virtual std::shared_ptr< const mip::DynamicWatermark > GetDynamicWatermark () const =0
 Gets the DynamicWatermark object that holds the dynamic watermark text to display on the end-user's document.
 
virtual std::vector< std::string > GetUserRights () const =0
 Gets the user rights.
 

Detailed Description

Representation of the dynamic watermark which the admin has configured for a label.

Definition at line 47 of file license_info.h.

Member Function Documentation

◆ GetDynamicWatermark()

virtual std::shared_ptr< const mip::DynamicWatermark > LicenseInfo::GetDynamicWatermark ( ) const
pure virtual

Gets the DynamicWatermark object that holds the dynamic watermark text to display on the end-user's document.

Returns
A shared pointer to the DynamicWatermark object

◆ GetUserRights()

virtual std::vector< std::string > LicenseInfo::GetUserRights ( ) const
pure virtual

Gets the user rights.

Returns
Vector of strings indicating the user's rights

The documentation for this class was generated from the following file: