FaceLicense.checkLicenseBufferWithCard Method¶
Module: FaceLicense
Definition¶
Checks the license using a buffer containing the license data and a card-based verification process.
It outputs a challenge response for further verification.
static Uint8List checkLicenseBufferWithCard(Uint8List? licenseData)
Parameters
licenseData Uint8Listin A buffer containing the license file data.
Returns
Uint8ListAn array to hold the challenge response generated by the host.
This 16-byte array is used in the license verification process.
Exceptions
An error has occurred during Face Library execution.