ArcObjects Library Reference (System)  

IAuthorizeLicense Interface

Provides access to members that authorize Esri licenses.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The IAoAuthorizeLicense interface is the starting point for developers who want to silently 'authorize' the ArcGIS Engine Runtime components on client systems.

Members

Description
Method AuthorizeASR Authorize new feature(s).
Method AuthorizeASRFromFile Authorize new feature(s) from file.
Method CheckASR Check feature(s).
Method CheckASRFromFile Check feature(s) from file.
Method DeauthorizeASR Deauthorize feature(s).
Method DeauthorizeASRFromFile Deauthorize feature(s) from file.
Read-only property FeaturesAdded Retrieves the details of the new authorized features.
Read-only property LastError Retrieves the last error message and code from an attempt to process features.
Method RepairASR Repair feature(s).
Method RepairASRFromFile Repair feature(s) from file.

CoClasses that implement IAuthorizeLicense

CoClasses and Classes Description
AoAuthorizeLicense Class performs license authorization.