NPKIT_CRLCreateContext

Creates an NPKIT_CRL context handle (formerly NWPKIx509CreateContext).

Syntax

   #include "NPKIT_x509.h"
   
   NWRCODE NPKIT_CRLCreateContext
   (
      NPKIT_CRLContext      *context
   ); 
   

Parameters

context
(OUT) Points to the newly created NPKIT_CRL context handle. This is a nuint32 value.

Return Values

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.

See Also

NPKIT_CRLFreeContext, NPKIT_CRLDecode