Click or drag to resize
Galactic API

ConfigurationItemSecureWrite Method

Writes an AES 256 encrypted value to its configuration file.

Namespace:  Galactic.Configuration
Assembly:  Galactic.Configuration (in Galactic.Configuration.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
protected bool SecureWrite(
	string value,
	EventLog log
)

Parameters

value
Type: SystemString
The value to write to the file.
log
Type: Galactic.EventLogEventLog
The event log to log execptions to. May be null for no logging.

Return Value

Type: Boolean
True if the write was successful, false otherwise.
See Also