Microsoft Information Protection (MIP) SDK for C++: Reference 1.15
Doxygen-generated documentation for MIP SDK written in C++
|
Tenant information from RMS. More...
#include <src/api/mip/protection/tenant_information.h>
Public Member Functions | |
virtual const std::string & | GetExtranetUrl () const =0 |
Get the extranet Url of tenant. | |
virtual const std::string & | GetIntranetUrl () const =0 |
Get intranet Url of tenant (Expected to match extranet url outside of ADRMS scenarios) | |
virtual const std::string & | GetIssuerName () const =0 |
Get the issuer name. | |
virtual const std::string & | GetTenantId () const =0 |
Get Id of Tenant if applicable. | |
Tenant information from RMS.
Definition at line 46 of file tenant_information.h.
|
pure virtual |
Get the extranet Url of tenant.
|
pure virtual |
Get intranet Url of tenant (Expected to match extranet url outside of ADRMS scenarios)
|
pure virtual |
Get the issuer name.
|
pure virtual |
Get Id of Tenant if applicable.