Class BackupExecEncryptionKeyCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Backup Exec encryption keys.
public class BackupExecEncryptionKeyCollection : Collection<BackupExecEncryptionKey>, IList<BackupExecEncryptionKey>, ICollection<BackupExecEncryptionKey>, IList, ICollection, IReadOnlyList<BackupExecEncryptionKey>, IReadOnlyCollection<BackupExecEncryptionKey>, IEnumerable<BackupExecEncryptionKey>, IEnumerable
- Inheritance
-
BackupExecEncryptionKeyCollection
- Implements
- Inherited Members
Constructors
BackupExecEncryptionKeyCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.BackupExecEncryptionKeyCollection class.
public BackupExecEncryptionKeyCollection()
Methods
FindByName(string)
Returns the CENTREL.XIA.Configuration.Types.BackupExecEncryptionKey with the specified name, or null if no key with that name is found.
public BackupExecEncryptionKey FindByName(string name)
Parameters
name
stringThe name of the encryption key to locate.
Returns
- BackupExecEncryptionKey
The CENTREL.XIA.Configuration.Types.BackupExecEncryptionKey with the specified name.