property SignatureSchemes[Index: integer]: TScSSLSignatureAlgorithm;
Description
Lists the signature algorithms which may be used.
Use SignatureSchemes to obtain the signature scheme. SignatureSchemes is a zero-based array: the first algorithm is indexed as 0, the second algorithm is indexed as 1, and so on. The Index parameter indicates the index of the algorithm. You can read the value at a specific index, or use SignatureSchemes with the Count property to iterate through the list.
This property is read-only.
See Also