NPKIFindServersInContext
Finds all of the NCP servers in the name context supplied (formerly NWPKIFindServersInContext).
#include "npki.h"
NWRCODE NPKIFindServersInContext(
const NPKIContext context,
const unicode *nameContextDN,
pnuint32 numberOfServers);
Returns 0 if successful, or an eDirectory or PKI error code if not successful.
After a successful call, the server names are stored as non-typed relative names (that is, leaf or short names) in data values that can be accessed by calling NPKIServerNames.