property EllipticCurves[Index: integer]: TScECName;
Description
Lists the elliptic curves which may be used. The values are indicated in descending order of preference.
Use EllipticCurves to obtain the elliptic curve type. EllipticCurves is a zero-based array: the first type is indexed as 0, the second type is indexed as 1, and so on. The Index parameter indicates the index of the elliptic curve. You can read the value at a specific index, or use EllipticCurves with the ECCount property to iterate through the list.
See Also