.. index:: 
  !CertificateExtensionList Class

.. _id3_bioseal_certificate_extension_list_class:

===============================================================================
CertificateExtensionList Class
===============================================================================

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

.. toctree::
  :hidden:

  count<count>
  get<get>
  getCount<get_count>


Definition
----------
.. line-block::
    Represents a list of certificate extensions.


Properties
----------

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

  * - Name
    - Type
    - Description
  * - :ref:`count<id3_bioseal_certificate_extension_list_count_class_member>`
    - int
    - Gets the number of elements contained in the list
  * - operator [int index]
    - :ref:`CertificateExtension<id3_bioseal_certificate_extension_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_certificate_extension_list_get_class_method>`
    - Gets an item of the CertificateExtensionList object.
  * - :ref:`getCount<id3_bioseal_certificate_extension_list_get_count_class_method>`
    - Gets the number of elements in the CertificateExtensionList object.
