[#PKCS7_type_is_other] = PKCS7_type_is_other :mrdocs: Return whether a PKCS#7 content type is not one of the standard PKCS#7 content NIDs. == Synopsis Declared in `<openssl/pkcs7.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int PKCS7_type_is_other(xref:PKCS7.adoc[PKCS7]* p7); ---- == Return Value 1 if the type is "other" (not data/signed/enveloped/signedAndEnveloped/digest/encrypted), or 0 if it matches a standard type. == Parameters [cols="1,4"] |=== | Name| Description | *p7* | PKCS#7 object whose content type is examined. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#