property DigestAlgorithmIdentifier: TScASN1AlgorithmIdentifier;
Description
The DigestAlgorithmIdentifier property sets or retrieves the TScASN1AlgorithmIdentifier object that represents the hash algorithm used in the computation of the signatures.
Setting the DigestAlgorithmIdentifier property changes the DigestAlgorithm property.
The default value is the OID_SHA256 (2.16.840.1.101.3.4.2.1) algorithm identifier.
See Also