procedure Add(Hash: TScHashAlgorithm; Signature: TScSSLSignatureAlgorithm); overload;
procedure Add(SignatureScheme: TScSSLSignatureScheme); overload;
Description
Call Add to insert a hash/signature pair or a new signature scheme at the end of the list. Add increments Count and, if necessary, allocates memory.
See Also