Show / Hide Table of Contents

    Class X509CertificateReferenceElementCollection

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

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

    Constructors

    X509CertificateReferenceElementCollection()

    Declaration
    public X509CertificateReferenceElementCollection()

    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