Show / Hide Table of Contents

    Class X509CertificateReferenceElementCollection

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

    Inheritance
    System.Object
    ConfigurationElementCollectionBase<System.ServiceModel.Configuration.X509DefaultServiceCertificateElement>
    X509CertificateReferenceElementCollection
    Implements
    System.Collections.Generic.IList<System.ServiceModel.Configuration.X509DefaultServiceCertificateElement>
    System.Collections.Generic.ICollection<System.ServiceModel.Configuration.X509DefaultServiceCertificateElement>
    System.Collections.Generic.IEnumerable<System.ServiceModel.Configuration.X509DefaultServiceCertificateElement>
    System.Collections.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 System.Configuration.ConfigurationElement.

    Declaration
    protected override ConfigurationElement CreateNewElement()
    Returns
    Type Description
    System.Configuration.ConfigurationElement

    A new System.Configuration.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.6 Online Documentation