<ExtensionAttribute>
Public Shared Function ConfigDecrypt (
value As String
) As String
public:
[ExtensionAttribute]
static String^ ConfigDecrypt(
String^ value
)
Gemstone.Security.Cryptography.Cipher.ConfigDecrypt = function(value);
If no key name is specified, value is assumed to not be encoded and is returned as is.
It is recommended to use this method at the last possible moment, e.g., in stack variables, to avoid storing decrypted data in memory for longer periods of time.