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

The application data from a license. More...

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

Public Member Functions

virtual const std::string & GetName () const =0
 Gets the application data name.
 
virtual const std::string & GetValue () const =0
 Gets the application data value.
 

Detailed Description

The application data from a license.

Definition at line 45 of file license_application_data.h.

Member Function Documentation

◆ GetName()

virtual const std::string & LicenseApplicationData::GetName ( ) const
pure virtual

Gets the application data name.

Returns
The name

◆ GetValue()

virtual const std::string & LicenseApplicationData::GetValue ( ) const
pure virtual

Gets the application data value.

Returns
The value

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