Table of Contents

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

string

DateCreated

Gets or sets the date and time at which the encryption key was created.

public DateTime DateCreated { get; set; }

Property Value

DateTime

EncryptionKeyType

Gets or sets the type of encryption key.

public BackupExecEncryptionKeyType EncryptionKeyType { get; set; }

Property Value

BackupExecEncryptionKeyType

EncryptionKeyTypeString

Gets the type of encryption key as a human readable string.

public string EncryptionKeyTypeString { get; set; }

Property Value

string

EncryptionType

Gets or sets the encryption cipher type to use.

public BackupExecEncryptionType EncryptionType { get; set; }

Property Value

BackupExecEncryptionType

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

string

Name

Gets or sets the unique name of the encryption key.

public string Name { get; set; }

Property Value

string