|
|
Returns decrypted information from an encrypted config file
Syntax
| Smartsite SXML |
|
|---|---|
xml site.config.getencryptedsection(string configFileLocation, string path) |
|
Parameters
| Name | Data Type | Description |
|---|---|---|
| configFileLocation | String | The location of the config file. |
| path | String | XPath location of the desired information in the config file. Use the prefix c: for the .NetConfiguration namespace. |
Return Value
| Data Type | Description |
|---|---|
| XML | The string value located at the given XPath location |