Enum EncryptionType
Specifies the kind of data encryption in an Array.
Namespace: TileDB.CSharp
Assembly: TileDB.CSharp.dll
Syntax
public enum EncryptionType : uint
Fields
Name | Description |
---|---|
Aes256Gcm | Data are encrypted using the AES-256 block cipher in Galois Counter Mode (GCM). |
NoEncryption | Data are not encrypted. |