property AlgorithmIdentifiers[Index: integer]: TScASN1AlgorithmIdentifier; default;
Description
Lists the TScASN1AlgorithmIdentifier object references.
Use AlgorithmIdentifiers to access objects in the list. AlgorithmIdentifiers is a zero-based array: the first object is indexed as 0, the second object is indexed as 1, and so on. You can read or change the value at a specific index, or use AlgorithmIdentifiers with the Count property to iterate through the list.
Reassigning an AlgorithmIdentifiers index frees the object that previously occupied that position in the list.
Note: AlgorithmIdentifiers is the default property of TScASN1AlgorithmIdentifiers. This means you can omit the property name.
See also