ConfigFileSaveEncryptedPass Method |
Saves the contents of the ConfigFile object to the AES-256 encrypted file specified as a parameter, using the provided password to encrypt it. The output file uses an INI-style structure.
Returns one of the Error code constants (OK on success).
Namespace: Godot
public Error SaveEncryptedPass( string path, string password )
[Missing <param name="path"/> documentation for "M:Godot.ConfigFile.SaveEncryptedPass(System.String,System.String)"]
[Missing <param name="password"/> documentation for "M:Godot.ConfigFile.SaveEncryptedPass(System.String,System.String)"]
[Missing <returns> documentation for "M:Godot.ConfigFile.SaveEncryptedPass(System.String,System.String)"]