getEncryptedValue
The getEncryptedValue
method returns the unencrypted value from the configuration file of an encrypted value.
Syntax
getEncryptedValue( section, parameter )
Arguments
Argument | Description |
---|---|
section
|
(string) The section in the configuration file. |
parameter
|
(string) The parameter in the configuration file to get the value for. |
Returns
(String). The unencrypted value.