Microsoft Information Protection SDK - C++ 1.17
API Reference Documentation for C++
Loading...
Searching...
No Matches
LicenseApplicationData Class Referenceabstract

The application data from a license. More...

#include <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.

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: