[#OSSL_STORE_LOADER_get0_properties] = OSSL_STORE_LOADER_get0_properties :mrdocs: Return the property definition string of a fetched store loader (borrowed). == Synopsis Declared in `<openssl/store.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char const* OSSL_STORE_LOADER_get0_properties(xref:OSSL_STORE_LOADER.adoc[OSSL_STORE_LOADER] const* loader); ---- == Return Value Internal property string, or NULL if unavailable; do not free. == Parameters [cols="1,4"] |=== | Name| Description | *loader* | Loader to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#