Show / Hide Table of Contents

    Class RsaKeyElementCollection

    Represents a collection of RsaKeyElement configuration elements in the application configuration file.

    Inheritance
    Object
    ConfigurationElementCollectionBase<RsaKeyElement>
    RsaKeyElementCollection
    Implements
    IList<RsaKeyElement>
    ICollection<RsaKeyElement>
    IEnumerable<RsaKeyElement>
    IEnumerable
    Inherited Members
    ConfigurationElementCollectionBase<RsaKeyElement>.SerializeElement(XmlWriter, Boolean)
    ConfigurationElementCollectionBase<RsaKeyElement>.GetElementKey(ConfigurationElement)
    ConfigurationElementCollectionBase<RsaKeyElement>.IndexOf(RsaKeyElement)
    ConfigurationElementCollectionBase<RsaKeyElement>.Insert(Int32, RsaKeyElement)
    ConfigurationElementCollectionBase<RsaKeyElement>.RemoveAt(Int32)
    ConfigurationElementCollectionBase<RsaKeyElement>.Add(RsaKeyElement)
    ConfigurationElementCollectionBase<RsaKeyElement>.Clear()
    ConfigurationElementCollectionBase<RsaKeyElement>.Contains(RsaKeyElement)
    ConfigurationElementCollectionBase<RsaKeyElement>.CopyTo(RsaKeyElement[], Int32)
    ConfigurationElementCollectionBase<RsaKeyElement>.Remove(RsaKeyElement)
    ConfigurationElementCollectionBase<RsaKeyElement>.GetEnumerator()
    ConfigurationElementCollectionBase<RsaKeyElement>.Item[Int32]
    ConfigurationElementCollectionBase<RsaKeyElement>.IsReadOnly
    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.

    Implements

    System.Collections.Generic.IList<T>
    System.Collections.Generic.ICollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    Back to top Nevatech Sentinet 6.5 Online Documentation