System.Security.Cryptography.X509Certificates.X509ChainElementCollection Members

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

See Also: Inherited members from System.Object

Public Properties

[read-only]
Countint.

Gets the number of elements in the collection.

[read-only]
IsSynchronizedbool.

Gets a value indicating whether the collection of chain elements is synchronized.

[read-only]
default property
Item(int)X509ChainElement. Documentation for this section has not yet been entered.
[read-only]
SyncRootobject.

Gets an object that can be used to synchronize access to an System.Security.Cryptography.X509Certificates.X509ChainElementCollection object.

Public Methods

CopyTo(X509ChainElement[], int)

Copies an System.Security.Cryptography.X509Certificates.X509ChainElementCollection object into an array, starting at the specified index.

GetEnumerator() : X509ChainElementEnumerator

Gets an System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator object that can be used to navigate through a collection of chain elements.

Explicitly Implemented Interface Members

ICollection.CopyTo

Copies an System.Security.Cryptography.X509Certificates.X509ChainElementCollection object into an array, starting at the specified index.

IEnumerable.GetEnumerator

Gets an IEnumerator object that can be used to navigate a collection of chain elements.