Administering Software Activation Certificates

From InterBase
Jump to: navigation, search

Go Up to Invoking Service Tasks with isc_service_start( )


You can use the Services API to install or remove software activation certificates. Use the cluster identifiers isc_action_svc_add_license and isc_action_svc_remove_license, respectively.

The following table lists arguments to isc_action_svc_add_license and isc_action_svc_remove_license:

Services API software activation certificate arguments
Argument Purpose Argument length Argument
value

isc_spb_lic_key

The key string identifying a software activation certificate

2 byte length + string

String

isc_spb_lic_id

The ID string for a software activation certificate (isc_action_svc_add_license only)

2 byte length + string

String

Topics