.. index:: 
  !BiosealLicense.finalizeCheckLicenseWithCard Method
  
.. _id3_bioseal_bioseal_license_finalize_check_license_with_card_class_method:

===============================================================================
BiosealLicense.finalizeCheckLicenseWithCard Method
===============================================================================

Module: :ref:`BiosealLicense<id3_bioseal_bioseal_license_class>`

Definition
----------

Finalizes the license check process using the provided cryptogram.

It ensures the integrity and authenticity of the license verification.


.. code:: Dart

    static void finalizeCheckLicenseWithCard(Uint8List? cryptogram)

**Parameters**

.. line-block::

    ``cryptogram`` Uint8List
    :guilabel:`in` A 32-byte array containing the cryptogram used for final verification.


**Exceptions**

.. line-block::

    :ref:`BiosealException<id3_bioseal_bioseal_exception>`
    An error has occurred during Bioseal Library execution.



