[#OSSL_STORE_SEARCH_get0_string] = OSSL_STORE_SEARCH_get0_string :mrdocs: Return the alias string from a search criterion (borrowed). == Synopsis Declared in `<openssl/store.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char const* OSSL_STORE_SEARCH_get0_string(xref:OSSL_STORE_SEARCH.adoc[OSSL_STORE_SEARCH] const* criterion); ---- == Return Value Internal NUL‐terminated string, or NULL if not applicable; do not free. == Parameters [cols="1,4"] |=== | Name| Description | *criterion* | Search criterion of type OSSL_STORE_SEARCH_BY_ALIAS. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#