[#OSSL_STORE_INFO_get0_CERT] = OSSL_STORE_INFO_get0_CERT :mrdocs: Return the X.509 certificate from a store object (borrowed). == Synopsis Declared in `<openssl/store.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:X509.adoc[X509]* OSSL_STORE_INFO_get0_CERT(xref:OSSL_STORE_INFO.adoc[OSSL_STORE_INFO] const* info); ---- == Return Value Internal X509 pointer, or NULL if absent or wrong type; do not free. == Parameters [cols="1,4"] |=== | Name| Description | *info* | Store object of type OSSL_STORE_INFO_CERT. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#