NPKIExportCAKey
Exports the CA's private key and corresponding certificates in Personal Information Exchange Syntax (PFX) format (formerly NWPKIExportCAKey).
#include "npki.h"
void NPKIExportCAKey(
NPKIContext const context,
const unicode *organizationlCAName,
const unicode *password,
const nuint32 flags,
pnuint32 const pfxSize,
nuint8 const **pfx);
Returns 0 if successful, or an eDirectory, NICI, or PKI error code if not successful.
0x2222 93 09 Read Key
The private key and certificates are encrypted using the input password as specified in the Public Key Cryptography Standards (PKCS) #12.