NPKIT_x509CRLDistributionPointsInfo
Obtains the number of CRL distribution points encoded in the certificate (formerly NWx509CRLDistributionPointsInfo).
#include "NPKIT_x509.h"
NWRCODE NPKIT_x509CRLDistributionPointsInfo
(
NPKIT_x509Context context,
pnuint32 numCRLDistributionPoints
);
Returns 0 if successful, or a PKI error code if not successful. For a listing of NPKIT error codes, see Certificate Server Error Code Constants.
Before calling this function, you must first successfully call NPKIT_x509DecodeCertificate. The CRL distribution points extension is an optional extension. Therefore, not all certificates have CRL distribution points information.