NPKIFreeContext

Frees a previously allocated NPKI context and all associated memory.

Syntax

    include "npki.h"
    
    void NPKIFreeContext(
       NPKIContext     context);
    

Parameters

context
(IN) Specifies the NPKI context for the request.

See Also