Enum SceneConfig.EncryptionConfig
The encryption configuration.
Namespace: SaveIsEasy
Assembly: SaveIsEasyDLL.dll
Syntax
public enum EncryptionConfig
Fields
Name | Description |
---|---|
Off | Turn off the encryption system. |
OnlyLoad | Load encrypted or unencrypted games, Does not encrypt the information when it is saved(For conversion from encrypted system to normal). |
SaveAndLoad | It encrypts the information that is saved with this manager (this does not include QuickAccess information), and allows the loading of encrypted information with the same password or unencrypted information. |