property Certificate: TScCertificate;
Description
The Certificate property represents the certificate associated with the CMS/PKCS #7 message. This certificate is used to encrypt, decrypt, sign, or verify data.
This property is related to the CertificateName property. If the Certificate property is nil, the CertificateName property is used instead.
If the Certificate property is nil and the CertificateName property is empty, an exception will be raised on processing a CMS message.
See also