[#PKCS12_SAFEBAG_get0_safes] = PKCS12_SAFEBAG_get0_safes :mrdocs: Retrieve the nested safeBags from a safeContentsBag. == Synopsis Declared in `<openssl/pkcs12.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:stack_st_PKCS12_SAFEBAG.adoc[stack_st_PKCS12_SAFEBAG] const* PKCS12_SAFEBAG_get0_safes(xref:PKCS12_SAFEBAG.adoc[PKCS12_SAFEBAG] const* bag); ---- == Return Value Stack of nested safeBags, or NULL on error. == Parameters [cols="1,4"] |=== | Name| Description | *bag* | SafeBag of type safeContentsBag. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#