NPKICertInfo
Retrieves a newly created X.509 certificate with its corresponding size (formerly NWPKICertInfo).
#include "npki.h"
NWRCODE NPKICertInfo(
const NPKIContext context,
pnuint32 certSize,
nuint8 const **cert);
Returns 0 if successful, or an eDirectory or PKI error code if not successful.
A successful call to NPKIGenerateCertificateFromCSR or NPKICreateServerCertificate must be made immediately before calling this function.