| ConfigurationItemSecureGet Method |
Retrieves an AES 256 encrypted value from the configuration file.
Namespace:
Galactic.Configuration
Assembly:
Galactic.Configuration (in Galactic.Configuration.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax protected string SecureGet(
EventLog log
)
Protected Function SecureGet (
log As EventLog
) As String
protected:
String^ SecureGet(
EventLog^ log
)
member SecureGet :
log : EventLog -> string
Parameters
- log
- Type: Galactic.EventLogEventLog
The event log to log exceptions to. May be null for no logging.
Return Value
Type:
StringThe value or null if not found or it could not be decrypted.
See Also