property CertificateName: string;
Description
The CertificateName property represents the name of the certificate associated with the CMS/PKCS #7 message. Specified certificate is stored in the Storage. This certificate is used to encrypt, decrypt, sign, or verify data.
This property is related to the Certificate property. If the Certificate property is not nil, this property is ignored and the Certificate 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