NPKIGetWrappedServerKey
Obtains a server private key cryptographically wrapped in the server's key storage key (formerly NWPKIGetWrappedServerKey).
#include "npki.h"
NWRCODE NPKIGetWrappedServerKey(
const NPKIContext context,
const unicode *serverDN,
const unicode *serverCertificateName,
pnuint32 wrappedKeySize,
nuint8 const **wrappedKey);
Returns 0 if successful, or an eDirectory or PKI error code if not successful.