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