Search Results for

    Show / Hide Table of Contents

    Class X509CertificateElementCollection

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

    Inheritance
    object
    ConfigurationElement
    ConfigurationElementCollection
    ConfigurationElementCollectionBase<CertificateElement>
    X509CertificateElementCollection
    Implements
    ICollection
    IList<CertificateElement>
    ICollection<CertificateElement>
    IEnumerable<CertificateElement>
    IEnumerable
    Inherited Members
    ConfigurationElementCollectionBase<CertificateElement>.IndexOf(CertificateElement)
    ConfigurationElementCollectionBase<CertificateElement>.Insert(int, CertificateElement)
    ConfigurationElementCollectionBase<CertificateElement>.RemoveAt(int)
    ConfigurationElementCollectionBase<CertificateElement>.Add(CertificateElement)
    ConfigurationElementCollectionBase<CertificateElement>.Clear()
    ConfigurationElementCollectionBase<CertificateElement>.Contains(CertificateElement)
    ConfigurationElementCollectionBase<CertificateElement>.CopyTo(CertificateElement[], int)
    ConfigurationElementCollectionBase<CertificateElement>.Remove(CertificateElement)
    ConfigurationElementCollectionBase<CertificateElement>.GetEnumerator()
    ConfigurationElementCollectionBase<CertificateElement>.this[int]
    ConfigurationElementCollectionBase<CertificateElement>.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(CertificateElement))]
    public sealed class X509CertificateElementCollection : ConfigurationElementCollectionBase<CertificateElement>, ICollection, IList<CertificateElement>, ICollection<CertificateElement>, IEnumerable<CertificateElement>, IEnumerable

    Constructors

    X509CertificateElementCollection()

    Declaration
    public X509CertificateElementCollection()

    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