NPKIFindServerCertificateNames
Finds the server certificate names for the specified server (formerly NWPKIFindServerCertificateNames).
#include "npki.h"
NWRCODE NPKIFindServerCertificateNames(
const NPKIContext context,
const unicode *serverDN,
pnuint32 numberOfCertificateNames);
Returns 0 if successful, or an eDirectory or PKI error code if not successful.
Calls NPKIServerCertificateName to retrieve the server certificate names.