Show / Hide Table of Contents

    Class X509CertificateElementCollection

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

    Inheritance
    Object
    ConfigurationElementCollectionBase<CertificateElement>
    X509CertificateElementCollection
    Implements
    IList<CertificateElement>
    ICollection<CertificateElement>
    IEnumerable<CertificateElement>
    IEnumerable
    Inherited Members
    ConfigurationElementCollectionBase<CertificateElement>.SerializeElement(XmlWriter, Boolean)
    ConfigurationElementCollectionBase<CertificateElement>.GetElementKey(ConfigurationElement)
    ConfigurationElementCollectionBase<CertificateElement>.IndexOf(CertificateElement)
    ConfigurationElementCollectionBase<CertificateElement>.Insert(Int32, CertificateElement)
    ConfigurationElementCollectionBase<CertificateElement>.RemoveAt(Int32)
    ConfigurationElementCollectionBase<CertificateElement>.Add(CertificateElement)
    ConfigurationElementCollectionBase<CertificateElement>.Clear()
    ConfigurationElementCollectionBase<CertificateElement>.Contains(CertificateElement)
    ConfigurationElementCollectionBase<CertificateElement>.CopyTo(CertificateElement[], Int32)
    ConfigurationElementCollectionBase<CertificateElement>.Remove(CertificateElement)
    ConfigurationElementCollectionBase<CertificateElement>.GetEnumerator()
    ConfigurationElementCollectionBase<CertificateElement>.Item[Int32]
    ConfigurationElementCollectionBase<CertificateElement>.IsReadOnly
    Namespace: Nevatech.Vsb.Repository.Configuration
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class X509CertificateElementCollection : ConfigurationElementCollectionBase<CertificateElement>, 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.

    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