[#PROFESSION_INFO_get0_namingAuthority] = PROFESSION_INFO_get0_namingAuthority :mrdocs: Return the naming authority from a PROFESSION_INFO. == Synopsis Declared in `<openssl/x509v3.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:NAMING_AUTHORITY.adoc[NAMING_AUTHORITY] const* PROFESSION_INFO_get0_namingAuthority(xref:PROFESSION_INFO.adoc[PROFESSION_INFO] const* pi); ---- == Return Value Internal pointer to the NAMING_AUTHORITY, or NULL if absent; must not be freed by the caller. == Parameters [cols="1,4"] |=== | Name| Description | *pi* | Profession info to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#