FaceLicense.activateSerialKeyBuffer Method¶
Module: FaceLicense
Definition¶
Activates a license using a serial key and returns the license in a data buffer.
static Uint8List activateSerialKeyBuffer(String? hardwareCode, String? serialKey, String? commentary)
Parameters
hardwareCode Stringin The hardware code on which the license file will be attached, to be retrieved using the GetHostHardwareCode function.
serialKey Stringin The id3 serial key.
commentary Stringin Commentary associated to this license activation.
Returns
Uint8ListThe license data buffer.
Exceptions
An error has occurred during Face Library execution.