[#PKCS7_CTX_st] = PKCS7_CTX_st :mrdocs: Library/provider context carried by PKCS#7 objects when fetching algorithms. == Synopsis Declared in `<openssl/pkcs7.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct PKCS7_CTX_st; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:PKCS7_CTX_st/libctx.adoc[`libctx`] | Library context used when fetching algorithms for this PKCS#7 object. | xref:PKCS7_CTX_st/propq.adoc[`propq`] | Property query string for algorithm fetches associated with this PKCS#7 context. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#