Class BackupExecEncryptionKey
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an individual Backup Exec encryption key.
public class BackupExecEncryptionKey : GlobalSerializableClassicBase
- Inheritance
-
BackupExecEncryptionKey
Constructors
BackupExecEncryptionKey()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecEncryptionKey class.
public BackupExecEncryptionKey()
Properties
CreatedBy
Gets or sets the name of the user account that created the encryption key - for example "DEMO\Administrator".
public string CreatedBy { get; set; }
Property Value
DateCreated
Gets or sets the date and time at which the encryption key was created.
public DateTime DateCreated { get; set; }
Property Value
EncryptionKeyType
Gets or sets the type of encryption key.
public BackupExecEncryptionKeyType EncryptionKeyType { get; set; }
Property Value
EncryptionKeyTypeString
Gets the type of encryption key as a human readable string.
public string EncryptionKeyTypeString { get; set; }
Property Value
EncryptionType
Gets or sets the encryption cipher type to use.
public BackupExecEncryptionType EncryptionType { get; set; }
Property Value
EncryptionTypeString
Gets the type of encryption key cipher as a human readable string - for example "128-bit AES".
public string EncryptionTypeString { get; set; }
Property Value
Name
Gets or sets the unique name of the encryption key.
public string Name { get; set; }