Catalog.Encryption Enum

Definition

Specifies the encryption algorithm that is used for the catalog.

public: enum class Catalog::Encryption
public enum Catalog.Encryption
type Catalog.Encryption = 
Public Enum Catalog.Encryption
Inheritance
Catalog.Encryption

Fields

AES_128 1

The encryption is AES_128.

AES_192 2

The encryption is AES_192.

AES_256 3

The encryption is AES_256.

TRIPLE_DES_3KEY 0

The encryption is TRIPLE_DES_3KEY.

Applies to