.. index:: 
  !BiosealLicense.reactivate Method
  
.. _id3_bioseal_bioseal_license_reactivate_class_method:

===============================================================================
BiosealLicense.reactivate Method
===============================================================================

Module: :ref:`BiosealLicense<id3_bioseal_bioseal_license_class>`

Definition
----------

Reactivates a license file using the host hardware code and the product reference.


.. code:: Dart

    static void reactivate(String? hardwareCode, String? productReference, String? path)

**Parameters**

.. line-block::

    ``hardwareCode`` String
    :guilabel:`in` The hardware code on which the license file will be attached, to be retrieved using the GetHostHardwareCode function.

    ``productReference`` String
    :guilabel:`in` The product reference.

    ``path`` String
    :guilabel:`in` Path to the license file.


**Exceptions**

.. line-block::

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



