46 return baseEnumerator.MoveNext();
55 return baseEnumerator.MoveNext();
62 baseEnumerator.Reset();
69 baseEnumerator.Reset();
77 public X509Certificate
this[
int index]
85 base.List[index] = value;
113 return base.List.Add(value);
125 for (
int i = 0; i < value.Length; i++)
140 for (
int i = 0; i < value.Count; i++)
154 if (item.Equals(value))
170 base.List.CopyTo(array, index);
178 return base.List.IndexOf(value);
186 base.List.Insert(index, value);
201 base.List.Remove(value);
212 while (x509CertificateEnumerator.
MoveNext())
222 if (disposable !=
null)
X509CertificateEnumerator(X509CertificateCollection mappings)
Initializes a new instance of the T:System.Security.Cryptography.X509Certificates....
The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method th...
X509CertificateCollection()
Initializes a new instance of the T:System.Security.Cryptography.X509Certificates....
void Reset()
Sets the enumerator to its initial position, which is before the first element in the collection.
bool MoveNext()
Advances the enumerator to the next element of the collection.
Provides the abstract base class for a strongly typed collection.
X509Certificate Current
Gets the current T:System.Security.Cryptography.X509Certificates.X509Certificate in the T:System....
Defines a collection that stores T:System.Security.Cryptography.X509Certificates.X509Certificate obje...
Provides a mechanism for releasing unmanaged resources.To browse the .NET Framework source code for t...
void AddRange(X509Certificate[] value)
Copies the elements of an array of type T:System.Security.Cryptography.X509Certificates....
int Add(X509Certificate value)
Adds an T:System.Security.Cryptography.X509Certificates.X509Certificate with the specified value to t...
Enumerates the T:System.Security.Cryptography.X509Certificates.X509Certificate objects in an T:System...
bool Contains(X509Certificate value)
Gets a value indicating whether the current T:System.Security.Cryptography.X509Certificates....
bool MoveNext()
Advances the enumerator to the next element of the collection.
Exposes an enumerator, which supports a simple iteration over a non-generic collection....
void CopyTo(X509Certificate[] array, int index)
Copies the T:System.Security.Cryptography.X509Certificates.X509Certificate values in the current T:Sy...
object Current
Gets the element in the collection at the current position of the enumerator.
void Remove(X509Certificate value)
Removes a specific T:System.Security.Cryptography.X509Certificates.X509Certificate from the current T...
The Add key (the addition key on the numeric keypad).
X509CertificateCollection(X509CertificateCollection value)
Initializes a new instance of the T:System.Security.Cryptography.X509Certificates....
void Insert(int index, X509Certificate value)
Inserts a T:System.Security.Cryptography.X509Certificates.X509Certificate into the current T:System....
void Reset()
Sets the enumerator to its initial position, which is before the first element in the collection.
override int GetHashCode()
Returns the hash code for the X.509v3 certificate as an integer.
override int GetHashCode()
Builds a hash value based on all values contained in the current T:System.Security....
int IndexOf(X509Certificate value)
Returns the index of the specified T:System.Security.Cryptography.X509Certificates....
Specifies that the class can be serialized.
void AddRange(X509CertificateCollection value)
Copies the elements of the specified T:System.Security.Cryptography.X509Certificates....
void Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resourc...
X509CertificateCollection(X509Certificate[] value)
Initializes a new instance of the T:System.Security.Cryptography.X509Certificates....
Supports a simple iteration over a non-generic collection.
Provides methods that help you use X.509 v.3 certificates.
new X509CertificateEnumerator GetEnumerator()
Returns an enumerator that can iterate through the T:System.Security.Cryptography....