procedure CheckSignature;
Description
The CheckSignature method verifies the digital signature of the CMS message by using the signing certificate specified in the Certificate property, and the signing algorithm specified in the SignatureAlgorithm property.
CheckSignature computes hash value for the CMS message of a TScCMSSignedData object and verifies it using the signature specified in the Signature property.
This method raises an exception if the verification of the digital signature fails.
See Also