Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class System.​Security.​Cryptography.​X509Certificates.​X509ChainElementCollection

Assembly: System.Security.Cryptography

Inheritance: object → X509ChainElementCollection

Represents a collection of <see cref="T:System.Security.Cryptography.X509Certificates.X509ChainElement" /> objects. This class cannot be inherited.

Properties

public int
Count
Gets the number of elements in the collection.
public bool
IsSynchronized
Gets a value indicating whether the collection of chain elements is synchronized.
Item
public object
SyncRoot
Gets an object that can be used to synchronize access to an <see cref="T:System.Security.Cryptography.X509Certificates.X509ChainElementCollection" /> object.

Methods

public void
CopyTo​(X509ChainElement[] array, int index)
array An array of <see cref="T:System.Security.Cryptography.X509Certificates.X509ChainElement" /> objects.
index An integer representing the index value.
Copies an <see cref="T:System.Security.Cryptography.X509Certificates.X509ChainElementCollection" /> object into an array, starting at the specified index.
GetEnumerator​()
Returns An <see cref="T:System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator" /> object.
Gets an <see cref="T:System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator" /> object that can be used to navigate through a collection of chain elements.
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object