procedure ComputeSignature;
Description
The ComputeSignature method computes a 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.
The computed digital signature can be retrieved from the Signature property.
See Also