DecryptionArgs Class¶
Namespace: id3.Bioseal
Definition¶
Represents the arguments to the decryption callback.
Properties¶
Name |
Type |
Description |
|---|---|---|
int |
Gets the number of elements contained in the dict |
|
string |
The name of the field to decrypt. |
|
byte[] |
The data to decrypt as a binary array. |
|
Gets a string list containing the keys in the dict. |
||
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¶
Name |
Description |
|---|---|
Determines whether the DecryptionArgsobject contains the specified key. |
|
Gets an item of the DecryptionArgs object. |
|
Gets the number of elements in the DecryptionArgs object. |