NPKIT_x509FreeContext

Frees a previously allocated NPKIT_x509 context and all associated memory (formerly NWx509FreeContext).

Syntax

   #include "NPKIT_x509.h"
   
   void NPKIT_x509FreeContext
   (
      NPKIT_x509Context      context
   ); 
   

Parameters

context
(IN) Specifies the NPKIT_x509 context handle to be freed. This is a nuint32 value.

See Also