.. index:: 
  !BiometricVerificationRules Class

.. _id3_bioseal_biometric_verification_rules_class:

===============================================================================
BiometricVerificationRules Class
===============================================================================

Namespace: :ref:`id3.Bioseal<reference_bioseal>`

.. toctree::
  :hidden:

  count<count>
  get<get>
  getCount<get_count>
  verifyAll<verify_all>


Definition
----------
.. line-block::
    Represents a list of biometric verification rules.


Properties
----------

.. list-table:: 
  :width: 100%
  :widths: 30 5 65
  :header-rows: 1

  * - Name
    - Type
    - Description
  * - :ref:`count<id3_bioseal_biometric_verification_rules_count_class_member>`
    - int
    - Gets the number of elements contained in the list
  * - :ref:`verifyAll<id3_bioseal_biometric_verification_rules_verify_all_class_member>`
    - bool
    - Indicates whether all verification rules must be respected.
  * - operator [int index]
    - :ref:`BiometricVerificationRule<id3_bioseal_biometric_verification_rule_class>`
    - Gets or sets the element at the specified index in the list.

Iteration
---------

This class supports iteration in Dart, C#, Java and Python.


Methods
-------

.. list-table:: 
  :width: 100%
  :widths: 30 70
  :header-rows: 1

  * - Name
    - Description
  * - :ref:`get<id3_bioseal_biometric_verification_rules_get_class_method>`
    - Gets an item of the BiometricVerificationRules object.
  * - :ref:`getCount<id3_bioseal_biometric_verification_rules_get_count_class_method>`
    - Gets the number of elements in the BiometricVerificationRules object.
