This document is archived and information here might be outdated.  Recommended version.


IAuthorizeLicense Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IA > IAuthorizeLicense Interface
ArcGIS Developer Help

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

Name 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.

Classes that implement IAuthorizeLicense

Classes Description
AoAuthorizeLicense Class performs license authorization.