Search Results for

    Show / Hide Table of Contents

    Class RsaKeyElementCollection

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

    Inheritance
    object
    ConfigurationElement
    ConfigurationElementCollection
    ConfigurationElementCollectionBase<RsaKeyElement>
    RsaKeyElementCollection
    Implements
    ICollection
    IList<RsaKeyElement>
    ICollection<RsaKeyElement>
    IEnumerable<RsaKeyElement>
    IEnumerable
    Inherited Members
    ConfigurationElementCollectionBase<RsaKeyElement>.IndexOf(RsaKeyElement)
    ConfigurationElementCollectionBase<RsaKeyElement>.Insert(int, RsaKeyElement)
    ConfigurationElementCollectionBase<RsaKeyElement>.RemoveAt(int)
    ConfigurationElementCollectionBase<RsaKeyElement>.Add(RsaKeyElement)
    ConfigurationElementCollectionBase<RsaKeyElement>.Clear()
    ConfigurationElementCollectionBase<RsaKeyElement>.Contains(RsaKeyElement)
    ConfigurationElementCollectionBase<RsaKeyElement>.CopyTo(RsaKeyElement[], int)
    ConfigurationElementCollectionBase<RsaKeyElement>.Remove(RsaKeyElement)
    ConfigurationElementCollectionBase<RsaKeyElement>.GetEnumerator()
    ConfigurationElementCollectionBase<RsaKeyElement>.this[int]
    ConfigurationElementCollectionBase<RsaKeyElement>.IsReadOnly
    ConfigurationElementCollection.Equals(object)
    ConfigurationElementCollection.GetHashCode()
    ConfigurationElementCollection.CopyTo(ConfigurationElement[], int)
    ConfigurationElementCollection.Count
    ConfigurationElementCollection.EmitClear
    ConfigurationElementCollection.IsSynchronized
    ConfigurationElementCollection.SyncRoot
    ConfigurationElementCollection.CollectionType
    ConfigurationElement.LockAttributes
    ConfigurationElement.LockAllAttributesExcept
    ConfigurationElement.LockElements
    ConfigurationElement.LockAllElementsExcept
    ConfigurationElement.LockItem
    ConfigurationElement.ElementInformation
    ConfigurationElement.CurrentConfiguration
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    Namespace: Nevatech.Vsb.Repository.Configuration
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [ConfigurationCollection(typeof(RsaKeyElement))]
    public sealed class RsaKeyElementCollection : ConfigurationElementCollectionBase<RsaKeyElement>, ICollection, 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.

    Overrides
    ConfigurationElementCollection.CreateNewElement()

    Implements

    ICollection
    IList<T>
    ICollection<T>
    IEnumerable<T>
    IEnumerable
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation