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 = 3Hardware encryption is used.
None = 1No encryption is used.
Software = 2Software encrpytion is used.
SoftwareIfNoHardware = 4Hardware encryption is used if available, otherwise software encryption is used.
Unknown = 0The encryption type is unknown.