System.Security.Cryptography.X509Certificates.X509CertificateCollection Members

The members of System.Security.Cryptography.X509Certificates.X509CertificateCollection are listed below.

See Also: Inherited members from System.Collections.CollectionBase

Public Constructors

Public Properties

default property
Item(int)X509Certificate. Documentation for this section has not yet been entered.

Public Methods

Add(X509Certificate) : int

Adds an System.Security.Cryptography.X509Certificates.X509Certificate with the specified value to the current System.Security.Cryptography.X509Certificates.X509CertificateCollection.

AddRange(X509Certificate[])

Copies the elements of an array of type System.Security.Cryptography.X509Certificates.X509Certificate to the end of the current System.Security.Cryptography.X509Certificates.X509CertificateCollection.

AddRange(X509CertificateCollection)

Copies the elements of the specified System.Security.Cryptography.X509Certificates.X509CertificateCollection to the end of the current System.Security.Cryptography.X509Certificates.X509CertificateCollection.

Contains(X509Certificate) : bool

Gets a value indicating whether the current System.Security.Cryptography.X509Certificates.X509CertificateCollection contains the specified System.Security.Cryptography.X509Certificates.X509Certificate.

CopyTo(X509Certificate[], int)

Copies the System.Security.Cryptography.X509Certificates.X509Certificate values in the current System.Security.Cryptography.X509Certificates.X509CertificateCollection to a one-dimensional Array instance at the specified index.

GetEnumerator() : X509CertificateCollection.X509CertificateEnumerator

Returns an enumerator that can iterate through the System.Security.Cryptography.X509Certificates.X509CertificateCollection.

override
GetHashCode() : int

Builds a hash value based on all values contained in the current System.Security.Cryptography.X509Certificates.X509CertificateCollection.

IndexOf(X509Certificate) : int

Returns the index of the specified System.Security.Cryptography.X509Certificates.X509Certificate in the current System.Security.Cryptography.X509Certificates.X509CertificateCollection.

Insert(int, X509Certificate)

Inserts a System.Security.Cryptography.X509Certificates.X509Certificate into the current System.Security.Cryptography.X509Certificates.X509CertificateCollection at the specified index.

Remove(X509Certificate)

Removes a specific System.Security.Cryptography.X509Certificates.X509Certificate from the current System.Security.Cryptography.X509Certificates.X509CertificateCollection.