Decrypts data using the key associated with the client handle. Associate a key with a client handle using the ConfigKey VI. This functionality only works with NI Web servers. Use the OpenHandle VI to open a client handle.


icon

Inputs/Outputs

  • cdlrn.png client handle

    client handle specifies the client handle to associate with the Web request. Use client handles to wire together multiple HTTP Client VIs while preserving authentication credentials, HTTP headers, and cookies. Client handles are not required when making independent Web requests without persistent data such as headers or credentials.

  • cstr.png host

    host specifies the host name associated with the key.

  • cstr.png encrypted data

    encrypted data specifies the data to decrypt.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • idlrn.png client handle out

    client handle out returns the client handle associated with the Web request. Use client handles to wire together multiple HTTP Client VIs while preserving authentication credentials, HTTP headers, and cookies. Client handles are not required when making independent Web requests without persistent data such as headers or credentials.

  • istr.png decrypted data

    decrypted data returns the decrypted data.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.