Catalog.Encryption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
TRIPLE_DES_3KEY | 0 | The encryption is TRIPLE_DES_3KEY. |
AES_128 | 1 | The encryption is AES_128. |
AES_192 | 2 | The encryption is AES_192. |
AES_256 | 3 | The encryption is AES_256. |