property DigestAlgorithm: TScHashAlgorithm;
Description
The DigestAlgorithm property represents the hash algorithm used in the computation of the signatures.
The DigestAlgorithm value is calculated based on the DigestAlgorithmIdentifier OID. Setting the DigestAlgorithm property changes the DigestAlgorithmIdentifier property.
The default value is the haSHA2_256 algorithm.
See Also