[#PKCS12_SAFEBAG_get0_attrs] = PKCS12_SAFEBAG_get0_attrs :mrdocs: Return the attribute stack attached to a safeBag without copying it. == Synopsis Declared in `<openssl/pkcs12.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:stack_st_X509_ATTRIBUTE.adoc[stack_st_X509_ATTRIBUTE] const* PKCS12_SAFEBAG_get0_attrs(xref:PKCS12_SAFEBAG.adoc[PKCS12_SAFEBAG] const* bag); ---- == Return Value Internal stack of X509_ATTRIBUTE, or NULL if `bag` is NULL; do not free. == Parameters [cols="1,4"] |=== | Name| Description | *bag* | SafeBag to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#