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
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