NPKICreateContext

Creates a new PKI context structure and initializes it with default values (formerly NWPKICreateContext).

Syntax

    #include "npki.h"
    
     NWRCODE NPKICreateContext(
        NPKIContext        *context);
    
    

Parameters

context
(OUT) Points to the newly created context handle.

Return Values

Returns 0 if successful, or an eDirectory or PKI error code if not successful.

See Also