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

The connection information from a license. More...

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

Public Member Functions

virtual const std::string & GetExtranetUrl () const =0
 Gets the extranet url.
 
virtual const std::string & GetIntranetUrl () const =0
 Gets the intranet url.
 

Detailed Description

The connection information from a license.

Definition at line 45 of file license_connection_info.h.

Member Function Documentation

◆ GetExtranetUrl()

virtual const std::string & LicenseConnectionInfo::GetExtranetUrl ( ) const
pure virtual

Gets the extranet url.

Returns
The extranet url

◆ GetIntranetUrl()

virtual const std::string & LicenseConnectionInfo::GetIntranetUrl ( ) const
pure virtual

Gets the intranet url.

Returns
The intranet url

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