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 |
---|---|
AesEncrypted | Serialized objects are encrypted before being saved |
AesEncryptedAndGZipCompressed | Serialized objects are encrypted and compressed before being saved |
GZipCompressed | Serialized objects are encrypted before being saved |
Plain | No Compression or Encryption Is performed |
System.Object
System.ValueType
System.Enum
KellermanSoftware.NinjaDatabaseLite.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