Click or drag to resize
Galactic API

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
)

Parameters

log
Type: Galactic.EventLogEventLog
The event log to log exceptions to. May be null for no logging.

Return Value

Type: String
The value or null if not found or it could not be decrypted.
See Also