[#NAMING_AUTHORITY_get0_authorityURL] = NAMING_AUTHORITY_get0_authorityURL :mrdocs: Return the naming authority URL (IA5String). == Synopsis Declared in `<openssl/x509v3.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:ASN1_IA5STRING.adoc[ASN1_IA5STRING] const* NAMING_AUTHORITY_get0_authorityURL(xref:NAMING_AUTHORITY.adoc[NAMING_AUTHORITY] const* n); ---- == Return Value Internal ASN1_IA5STRING, 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]#