Unit
ScCMS
type
TScCMSIncludedAttribute = (ciaContentType, ciaMessageDigest, ciaSigningTime, ciaSMIMEAttribute);
TScCMSIncludedAttributes = set of TScCMSIncludedAttribute;
Description
The TScCMSIncludedAttribute enumeration defines signed attributes that will be automatically generated and signed in a TScCMSSignedData object.
Value | Meaning |
ciaContentType | the content type attribute. |
ciaMessageDigest | the message digest attribute. |
ciaSigningTime | the signing time attribute. |
ciaSMIMEAttribute | the SMIME attribute. |
See also
TScCMSSignerInfo.IncludedAttributes