Class X509CertificateElementCollection
Represents a collection of System.ServiceModel.Configuration.CertificateElement configuration elements in the application configuration file.
Inheritance
System.Object
ConfigurationElementCollectionBase<System.ServiceModel.Configuration.CertificateElement>
X509CertificateElementCollection
Implements
System.Collections.Generic.IList<System.ServiceModel.Configuration.CertificateElement>
System.Collections.Generic.ICollection<System.ServiceModel.Configuration.CertificateElement>
System.Collections.Generic.IEnumerable<System.ServiceModel.Configuration.CertificateElement>
System.Collections.IEnumerable
Inherited Members
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 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