NetSetKeyPassword

This function is used to specify the password required to load your SSL private key file.

Usage

CALL "NetSetKeyPassword" USING
         private-key-password
         GIVING
         status-code.

Parameter

private-key-password An alphanumeric item containing the password required for your SSL private key.
status-code A numeric item that, if nonzero, indicates the request encountered an error. In this case, the string representation of the error may be obtained by calling NetGetError.