procedure ComputeSignature(SignerInfo: TScCMSSignerInfo);
Description
The ComputeSignature method creates a signature using the specified signer and adds the signature to the CMS/PKCS #7 message.
The SignerInfo parameter is an object that represents the signer.
The computed signature is added to the Signatures list.
See Also