Tenant information from RMS.
More...
#include <tenant_information.h>
|
virtual const std::string & | GetIssuerName () const =0 |
| Get the issuer name.
|
|
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 & | GetTenantId () const =0 |
| Get Id of Tenant if applicable.
|
|
Tenant information from RMS.
◆ GetExtranetUrl()
virtual const std::string & TenantInformation::GetExtranetUrl |
( |
| ) |
const |
|
pure virtual |
Get the extranet Url of tenant.
- Returns
- The URL used to obtain licenses for content outside an enterprise's intranet
◆ GetIntranetUrl()
virtual const std::string & TenantInformation::GetIntranetUrl |
( |
| ) |
const |
|
pure virtual |
Get intranet Url of tenant (Expected to match extranet url outside of ADRMS scenarios)
- Returns
- The URL used to obtain licenses for content within an enterprise's intranet. Same as extranet url for tenants that use Azure RMS.
◆ GetIssuerName()
virtual const std::string & TenantInformation::GetIssuerName |
( |
| ) |
const |
|
pure virtual |
Get the issuer name.
- Returns
- The display name for the organization associated with this tenant
◆ GetTenantId()
virtual const std::string & TenantInformation::GetTenantId |
( |
| ) |
const |
|
pure virtual |
Get Id of Tenant if applicable.
- Returns
- The unique id used to refer to this tenant
The documentation for this class was generated from the following file: