Unit
ScCMS
type
TScCMSEncoding = (cePEM, ceSMIME, ceDER);
Description
The TScCMSEncoding enumeration represents encoded formats for CMS/PKCS #7 messages.
| Value | Meaning |
| cePEM | Specifies the PEM format. |
| ceSMIME | Specifies the S/MIME format. |
| ceDER | Specifies the binary DER encoded format. |
See also