Enum ObscurationMode
Represents how data will be saved to file.
public enum ObscurationMode : byte
Fields
Encrypted = 1All data will be encrypted and not readable in the file.
Plain = 0No encryption, just plain binary data. Serialized data will be readable.