.. index:: 
  !DecryptionArgs Class

.. _id3_bioseal_decryption_args_class:

===============================================================================
DecryptionArgs Class
===============================================================================

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

.. toctree::
  :hidden:

  containsKey<contains_key>
  count<count>
  fieldName<field_name>
  get<get>
  getCount<get_count>
  inputData<input_data>
  keys<keys>
  outputData<output_data>


Definition
----------
.. line-block::
    Represents the arguments to the decryption callback.


Properties
----------

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

  * - Name
    - Type
    - Description
  * - :ref:`count<id3_bioseal_decryption_args_count_class_member>`
    - int
    - Gets the number of elements contained in the dict
  * - :ref:`fieldName<id3_bioseal_decryption_args_field_name_class_member>`
    - string
    - The name of the field to decrypt.
  * - :ref:`inputData<id3_bioseal_decryption_args_input_data_class_member>`
    - byte[]
    - The data to decrypt as a binary array.
  * - :ref:`keys<id3_bioseal_decryption_args_keys_class_member>`
    - :ref:`StringArray<id3_bioseal_string_array_class>`
    - Gets a string list containing the keys in the dict.
  * - :ref:`outputData<id3_bioseal_decryption_args_output_data_class_member>`
    - byte[]
    - The decrypted data as a binary array.
  * - operator [string key]
    - string
    - Gets or sets the element for the key in the dict.

Iteration
---------

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

The iteration is done on keys


Methods
-------

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

  * - Name
    - Description
  * - :ref:`containsKey<id3_bioseal_decryption_args_contains_key_class_method>`
    - Determines whether the DecryptionArgsobject contains the specified key.
  * - :ref:`get<id3_bioseal_decryption_args_get_class_method>`
    - Gets an item of the DecryptionArgs object.
  * - :ref:`getCount<id3_bioseal_decryption_args_get_count_class_method>`
    - Gets the number of elements in the DecryptionArgs object.
