Enum BackupExecEncryptionType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the encryption key cipher type.
public enum BackupExecEncryptionType
Fields
Aes128Bit = 1
The encryption type is 128-bit AES.
Aes256Bit = 2
The encryption type is 256-bit AES. BackupExec 21.0 and older.
Aes256BitPbkdf2 = 4
The encryption type is 256-bit AES (PBKDF2). BackupExec 21.1 and above.
Aes256BitSha2 = 3
The encryption type is 256-bit AES (SHA-2). BackupExec 21.1 and above.
Unknown = 0
The encryption type is unknown.