Catalog.Encryption Énumération

Définition

Spécifie l'algorithme de chiffrement utilisé pour le catalogue.

public: enum class Catalog::Encryption
public enum Catalog.Encryption
type Catalog.Encryption = 
Public Enum Catalog.Encryption
Héritage
Catalog.Encryption

Champs

AES_128 1

Le chiffrement est AES_128.

AES_192 2

Le chiffrement est AES_192.

AES_256 3

Le chiffrement est AES_256.

TRIPLE_DES_3KEY 0

Le chiffrement est TRIPLE_DES_3KEY.

S’applique à