NPKIReadAllNickNames
Reads the certificate nicknames for userDN and stores them in context-specific data values (formerly NWPKIReadAllNickNames).
#include "npki.h"
NWRCODE NPKIReadAllNickNames(
const NPKIContext context,
const unicode *userDN,
pnuint32 numberOfNickNames);
Returns 0 if successful, or an eDirectory or PKI error code if not successful.
Calls to NPKINickName can be made to retrieve the nicknames. For sample code, see ReadUserNicknames.