NPKIDSLogin

Performs all authentication operations needed to establish a client’s connection to a network (formerly NWPKIDSLogin).

Syntax

    include "npki.h"
    
     NWRCODE NPKIDSLogin(
        const NPKIContext     context,
        const unicode        *objectDN,
        const pnstr8          password);
    

Parameters

context
(IN) Specifies the NPKI context for the request.
objectDN
(IN) Specifies the FDN name of the object logging in to the network.
password
(IN) Specifies the object’s password.

Return Values

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

See Also