This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IA > IAuthorizeLicense Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that authorize Esri licenses.
The IAoAuthorizeLicense interface is the starting point for developers who want to silently 'authorize' the ArcGIS Engine Runtime components on client systems.
Description | ||
---|---|---|
AuthorizeASR | Authorize new feature(s). | |
AuthorizeASRFromFile | Authorize new feature(s) from file. | |
CheckASR | Check feature(s). | |
CheckASRFromFile | Check feature(s) from file. | |
DeauthorizeASR | Deauthorize feature(s). | |
DeauthorizeASRFromFile | Deauthorize feature(s) from file. | |
FeaturesAdded | Retrieves the details of the new authorized features. | |
LastError | Retrieves the last error message and code from an attempt to process features. | |
RepairASR | Repair feature(s). | |
RepairASRFromFile | Repair feature(s) from file. |
CoClasses and Classes | Description |
---|---|
AoAuthorizeLicense | Class performs license authorization. |