Class RsaKeyElementCollection
Represents a collection of RsaKeyElement configuration elements in the application configuration file.
Implements
System.Collections.Generic.IList<RsaKeyElement>
System.Collections.Generic.ICollection<RsaKeyElement>
System.Collections.Generic.IEnumerable<RsaKeyElement>
System.Collections.IEnumerable
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 System.Configuration.ConfigurationElement.
Declaration
protected override ConfigurationElement CreateNewElement()
Returns
Type | Description |
---|---|
System.Configuration.ConfigurationElement | A new System.Configuration.ConfigurationElement. |
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable