Return the property definition string of a fetched store loader (borrowed).
Synopsis
Declared in <openssl/store.h>
char const*
OSSL_STORE_LOADER_get0_properties(OSSL_STORE_LOADER const* loader);
Return Value
Internal property string, or NULL if unavailable; do not free.
Parameters
Name |
Description |
loader |
Loader to query. |
Created with MrDocs