Decrypt VI

Owning Palette: Security VIs

Requires: Base Development System

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.

 Add to the block diagram  Find on the palette
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.
host specifies the host name associated with the key.
encrypted data specifies the data to decrypt.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
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.
decrypted data returns the decrypted data.
error out contains error information. This output provides standard error out functionality.