[#PKCS12_SAFEBAG_get0_p8inf] = PKCS12_SAFEBAG_get0_p8inf :mrdocs: Return the PKCS#8 private key info from a keyBag or pkcs8ShroudedKeyBag. == Synopsis Declared in `<openssl/pkcs12.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:PKCS8_PRIV_KEY_INFO.adoc[PKCS8_PRIV_KEY_INFO] const* PKCS12_SAFEBAG_get0_p8inf(xref:PKCS12_SAFEBAG.adoc[PKCS12_SAFEBAG] const* bag); ---- == Return Value PKCS#8 private key info, or NULL on error. == Parameters [cols="1,4"] |=== | Name| Description | *bag* | SafeBag containing a private key. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#