Public Enum EncodingFormat Inherits System.Enum
Dim instance As EncodingFormat
public enum EncodingFormat : System.Enum
public enum class EncodingFormat : public System.Enum
Public Enum EncodingFormat Inherits System.Enum
Dim instance As EncodingFormat
public enum EncodingFormat : System.Enum
public enum class EncodingFormat : public System.Enum
Member | Description |
---|---|
Compressed | The data is compressed with LZO before saving |
Encrypted | The data is AES encrypted before saving |
EncryptedAndCompressed | The data is AES encrypted and LZO compressed before saving |
Plain | Plain binary serialization |
System.Object
System.ValueType
System.Enum
KellermanSoftware.NinjaDatabasePro.EncodingFormat
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2