Class BinarySecretElementCollection
Represents a collection of BinarySecretElement configuration elements in the application configuration file.
Inheritance
BinarySecretElementCollection
  Implements
Inherited Members
Namespace: Nevatech.Vsb.Repository.Configuration
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class BinarySecretElementCollection : ConfigurationElementCollectionBase<BinarySecretElement>, IList<BinarySecretElement>, ICollection<BinarySecretElement>, IEnumerable<BinarySecretElement>, IEnumerable
  Constructors
BinarySecretElementCollection()
Declaration
public BinarySecretElementCollection()
  Methods
CreateNewElement()
Creates a new ConfigurationElement.
Declaration
protected override ConfigurationElement CreateNewElement()
  Returns
| Type | Description | 
|---|---|
| ConfigurationElement | A new ConfigurationElement.  |