[#CMS_signed_get_attr_count] = CMS_signed_get_attr_count :mrdocs: Return the number of signed attributes on a CMS SignerInfo. == Synopsis Declared in `<openssl/cms.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int CMS_signed_get_attr_count(xref:CMS_SignerInfo.adoc[CMS_SignerInfo] const* si); ---- == Return Value Attribute count, or ‐1 if signedAttrs is absent. == Parameters [cols="1,4"] |=== | Name| Description | *si* | SignerInfo whose signedAttrs set is queried. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#