The members of System.Security.Cryptography.X509Certificates.X509ChainElementCollection are listed below.
See Also: Inherited members from System.Object
[read-only] | Count | int.
Gets the number of elements in the collection. |
[read-only] | IsSynchronized | bool.
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] | SyncRoot | object.
Gets an object that can be used to synchronize access to an System.Security.Cryptography.X509Certificates.X509ChainElementCollection object. |
CopyTo(X509ChainElement[], int)
| ||
GetEnumerator()
|
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. |