| 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
)
Protected Function SecureWrite (
value As String,
log As EventLog
) As Boolean
protected:
bool SecureWrite(
String^ value,
EventLog^ log
)
member SecureWrite :
value : string *
log : EventLog -> bool
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:
BooleanTrue if the write was successful, false otherwise.
See Also