Property | Type | Description | |
---|---|---|---|
Remember | bool | ||
Username | string |
Method | Description | |
---|---|---|
GetPassword ( ) : string |
Get plaintext version of the encrypted password.
|
|
LauncherSettings ( string settingsFile ) : System |
Initialize a new instance of the
|
|
SetPassword ( string password ) : void |
Set the user's password. The password will be encrypted using XOR and then converted into a Base64 string. |
|
WriteToFile ( ) : void |
Write settings to the settings file. LauncherSettings overrides Settings.WriteToFile and logs any IO errors instead of crashing. |
public LauncherSettings ( string settingsFile ) : System | ||
settingsFile | string | The file containing a JSON serialization of this object. |
return | System |
public SetPassword ( string password ) : void | ||
password | string | Plaintext version of password. |
return | void |