[#CMS_ContentInfo_new_ex] = CMS_ContentInfo_new_ex :mrdocs: Allocate a CMS ContentInfo associated with a library context and property query. == Synopsis Declared in `<openssl/cms.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CMS_ContentInfo.adoc[CMS_ContentInfo]* CMS_ContentInfo_new_ex( xref:OSSL_LIB_CTX.adoc[OSSL_LIB_CTX]* libctx, char const* propq); ---- == Return Value New CMS_ContentInfo, or NULL on allocation failure. == Parameters [cols="1,4"] |=== | Name| Description | *libctx* | Library context used when fetching algorithms for this object, or NULL for the default. | *propq* | Property query string for provider algorithm selection, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#