[#PKCS12_SAFEBAG_get0_bag_obj] = PKCS12_SAFEBAG_get0_bag_obj :mrdocs: Retrieve the ASN.1 object contained within a safeBag. == Synopsis Declared in `<openssl/pkcs12.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:ASN1_TYPE.adoc[ASN1_TYPE] const* PKCS12_SAFEBAG_get0_bag_obj(xref:PKCS12_SAFEBAG.adoc[PKCS12_SAFEBAG] const* bag); ---- == Return Value Pointer to the bag object, or NULL on error. == Parameters [cols="1,4"] |=== | Name| Description | *bag* | SafeBag to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#