Collection class that derives from ArrayList. It provides the minimally required functionality to add instances of typed classes and obtain typed elements through a custom indexer.
Inheritance: System.Collections.ArrayList
Exemplo n.º 1
0
		/// <summary>
		/// Default constructor
		/// </summary>
		public SigningCertificate()
		{
			this.certCollection = new CertCollection();
		}
Exemplo n.º 2
0
 /// <summary>
 /// Default constructor
 /// </summary>
 public SigningCertificate()
 {
     this.certCollection = new CertCollection();
 }
Exemplo n.º 3
0
 /// <summary>
 /// Default constructor
 /// </summary>
 public CertRefs()
 {
     this.certCollection = new CertCollection();
 }
Exemplo n.º 4
0
 /// <summary>
 /// Default constructor
 /// </summary>
 public CertRefs()
 {
     this.certCollection = new CertCollection();
 }