Decrypts the specified text.

Syntax

ISEncryption.Decrypt(value, key, [saltKey])

Parameters

NameTypeOptionalByRefDescription
value String Text to Decrypt.
key String Key used to Decrypt.
saltKey String Optional Key used in conjunction with key to generate the actual password to decrypt with

Return Value

String

A String value. This will be blank if decryption failed.

Member of:
ISEncryption
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0