Return the embedded eContentType OID of a CMS ContentInfo.
Declared in <openssl/cms.h>
ASN1_OBJECT const*
CMS_get0_eContentType(CMS_ContentInfo* cms);
Internal ASN1_OBJECT pointer (do not free), or the type object for the structure.
| Name | Description |
|---|---|
| cms | ContentInfo whose encapsulated content type is queried. |