Show / Hide Table of Contents

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.

  • Edit this page
  • View Source
In this article
Back to top Copyright © 2018-2023 TileDB Inc.