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

The descriptor from a license. More...

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

Public Member Functions

virtual const std::vector< std::shared_ptr< LicenseNameAndDescriptionItem > > & GetDescriptorItems () const =0
 Gets the descriptor items.
 
virtual const std::string & GetId () const =0
 Gets the Id.
 

Detailed Description

The descriptor from a license.

Definition at line 78 of file license_descriptor.h.

Member Function Documentation

◆ GetDescriptorItems()

virtual const std::vector< std::shared_ptr< LicenseNameAndDescriptionItem > > & LicenseDescriptor::GetDescriptorItems ( ) const
pure virtual

Gets the descriptor items.

Returns
The descriptor items

◆ GetId()

virtual const std::string & LicenseDescriptor::GetId ( ) const
pure virtual

Gets the Id.

Returns
The Id

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