FaceLicense.activate Method¶
Module: FaceLicense
Definition¶
Activates a license using customer credentials and a product reference and saves the license to a file.
static void activate(String? hardwareCode, String? login, String? password, String? productReference, String? commentary, String? path)
Parameters
hardwareCode Stringin The hardware code on which the license file will be attached, to be retrieved using the GetHostHardwareCode function.
login Stringin The id3 account login.
password Stringin The id3 account password.
productReference Stringin The requested product reference.
commentary Stringin Commentary associated to this license activation.
path Stringin Path to the retrieved license file.
Exceptions
An error has occurred during Face Library execution.