Return the naming authority from a PROFESSION_INFO.
Declared in <openssl/x509v3.h>
NAMING_AUTHORITY const*
PROFESSION_INFO_get0_namingAuthority(PROFESSION_INFO const* pi);
Internal pointer to the NAMING_AUTHORITY, or NULL if absent; must not be freed by the caller.
| Name | Description |
|---|---|
| pi | Profession info to query. |