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