property SignatureAlgorithmIdentifier: TScASN1AlgorithmIdentifier;
Description
The SignatureAlgorithmIdentifier property sets or retrieves the TScASN1AlgorithmIdentifier object that represents the signing algorithm used in the computation of the signatures.
Setting the SignatureAlgorithmIdentifier property changes the SignatureAlgorithm property.
The default value is the OID_RSA_ENCRYPTION (1.2.840.113549.1.1.1) algorithm identifier.
See Also