procedure CheckSignature(Certificate: TScCertificate);
Description
The CheckSignature method verifies the digital signature on the signed CMS/PKCS #7 message by using the certificate specified in the Certificate parameter.
The method finds the signature corresponding to the specified certificate and verifies it. If there are signed attributes included with the message, these attributes are also verified.
CheckSignature raises an exception if the verification of a digital signature fails.
See Also