[#CMS_RecipientInfo_type] = CMS_RecipientInfo_type :mrdocs: Return the CMS RecipientInfo type of `ri.` == Synopsis Declared in `<openssl/cms.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int CMS_RecipientInfo_type(xref:CMS_RecipientInfo.adoc[CMS_RecipientInfo]* ri); ---- == Return Value One of CMS_RECIPINFO_TRANS, CMS_RECIPINFO_AGREE, CMS_RECIPINFO_KEK, CMS_RECIPINFO_PASS, or CMS_RECIPINFO_OTHER. == Parameters [cols="1,4"] |=== | Name| Description | *ri* | Recipient info to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#