Enum BackupExecTaskStorageEncryptionType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the encryption type used for the storage of a Backup Exec task.
public enum BackupExecTaskStorageEncryptionType
Fields
Hardware = 3
Hardware encryption is used.
None = 1
No encryption is used.
Software = 2
Software encrpytion is used.
SoftwareIfNoHardware = 4
Hardware encryption is used if available, otherwise software encryption is used.
Unknown = 0
The encryption type is unknown.