NPKICSRInfo
Obtains a pointer to a PKCS #10 Certificate Signing Request (CSR) and its corresponding size (formerly NWPKICSRInfo).
#include "npki.h"
NWRCODE NPKICSRInfo(
const NPKIContext context,
pnuint32 csrSize,
nuint8 const **csr);
Returns 0 if successful, or a PKI error code if not successful.
You must call NPKICreateServerCertificate successfully (using the external CA method) immediately before calling this function.