property SignatureAlgorithm: TScSignatureAlgorithm;
Description
The SignatureAlgorithm property represents the signing algorithm used in the computation of the signatures.
The SignatureAlgorithm value is calculated based on the SignatureAlgorithmIdentifier OID. Setting the SignatureAlgorithm property changes the SignatureAlgorithmIdentifier property.
The default value is the saRSA_Encryption algorithm.
See Also