NPKIT_CRLExtensionInfo
Obtains information about the specified extension of the CRL (Certificate Revocation List) (formerly NWx509CRLExtensionInfo).
#include "NPKIT_x509.h"
NWRCODE NPKIT_CRLExtensionInfo
(
NPKIT_CRLContext context,
nuint32 index,
enum NPKIT_x509Extension *type,
unicode const **OID,
pnbool8 critical,
pnuint32 valueLen,
nuint8 const **value
);
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 call NPKIT_CRLDecode successfully.