Catalog.Encryption Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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. |