Return the namingAuthorityId object identifier from a NAMING_AUTHORITY.
Declared in <openssl/x509v3.h>
ASN1_OBJECT const*
NAMING_AUTHORITY_get0_authorityId(NAMING_AUTHORITY const* n);
Internal pointer to the authority ID, or NULL if absent; must not be freed by the caller.
| Name | Description |
|---|---|
| n | Naming authority to query. |