Class X509CertificateElementCollection
Represents a collection of CertificateElement configuration elements in the application configuration file.
Inheritance
X509CertificateElementCollection
Implements
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 ConfigurationElement.
Declaration
protected override ConfigurationElement CreateNewElement()
Returns
Type | Description |
---|---|
ConfigurationElement | A new ConfigurationElement. |