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