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