NPKINickName
Obtains a pointer to a certificate nickname (formerly NWPKINickName).
#include "npki.h"
NWRCODE NPKINickName(
const NPKIContext context
nuint32 index,
unicode const **nickName);
NOTE:index is 0 based.
Returns 0 if successful, or an eDirectory or PKI error code if not successful.
You must call NPKIReadAllNickNames successfully before calling NPKINickName.