NPKIServerCertificateName
Obtains a server certificate name (formerly NWPKIServerCertificateName).
#include "npki.h"
NWRCODE NPKIServerCertificateName(
const NPKIContext context,
nuint32 index,
unicode const **serverCertificateName);
NOTE:index is 0 based.
Returns 0 if successful, or a PKI error code if not successful.
You must call NPKIFindServerCertificateNames successfully immediately before calling NPKIServerCertificateName.