FaceLicense.finalizeCheckLicenseWithCard Method¶
Module: FaceLicense
Definition¶
Finalizes the license check process using the provided cryptogram.
It ensures the integrity and authenticity of the license verification.
@staticmethod
finalize_check_license_with_card(cryptogram: bytearray) -> None
Parameters
cryptogrambytearrayin A 32-byte array containing the cryptogram used for final verification.
Exceptions
An error has occurred during Face Library execution.
static void finalizeCheckLicenseWithCard(Uint8List? cryptogram)
Parameters
cryptogramUint8Listin A 32-byte array containing the cryptogram used for final verification.
Exceptions
An error has occurred during Face Library execution.
public static void FinalizeCheckLicenseWithCard(byte[] cryptogram)
Parameters
cryptogrambyte[]in A 32-byte array containing the cryptogram used for final verification.
Exceptions
An error has occurred during Face Library execution.
public static void finalizeCheckLicenseWithCard(byte[] cryptogram) throws FaceException
Parameters
cryptogrambyte[]in A 32-byte array containing the cryptogram used for final verification.
Exceptions
An error has occurred during Face Library execution.
public static func finalizeCheckLicenseWithCard(cryptogram: [UInt8]) throws
Parameters
cryptogram[UInt8]in A 32-byte array containing the cryptogram used for final verification.
Exceptions
An error has occurred during Face Library execution.
int id3FaceLicense_FinalizeCheckLicenseWithCard (
unsigned char * cryptogram,
int cryptogramSize)
Parameters
cryptogramunsigned char *in A 32-byte array containing the cryptogram used for final verification.cryptogramSizeintin Size of the ‘cryptogram’ buffer.
Returns