[#NAMING_AUTHORITY_get0_authorityText] = NAMING_AUTHORITY_get0_authorityText :mrdocs: Return the human‐readable naming authority text. == Synopsis Declared in `<openssl/x509v3.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:ASN1_STRING.adoc[ASN1_STRING] const* NAMING_AUTHORITY_get0_authorityText(xref:NAMING_AUTHORITY.adoc[NAMING_AUTHORITY] const* n); ---- == Return Value Internal ASN1_STRING, or NULL if absent; do not free. == Parameters [cols="1,4"] |=== | Name| Description | *n* | Naming authority to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#