NPKIT_x509CreateContext

Creates a new NPKIT_x509 API context handle (formerly NWx509CreateContext).

Syntax

   #include "NPKIT_x509.h"
   
   NWRCODE NPKIT_x509CreateContext
   (
      NPKIT_x509Context      *context
   ); 
   

Parameters

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

Return Values

This routine 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.

Remarks

This context is used for ASN.1 decoding of X.509 objects.

See Also