Return the registration number from a PROFESSION_INFO without duplicating it.

Synopsis

Declared in <openssl/x509v3.h>

ASN1_PRINTABLESTRING const*
PROFESSION_INFO_get0_registrationNumber(PROFESSION_INFO const* pi);

Return Value

Internal PrintableString pointer (do not free), or NULL if absent.

Parameters

Name

Description

pi

Profession info to query.

Created with MrDocs