System.Security.Cryptography.X509Certificates.X509ExtensionCollection Members

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

See Also: Inherited members from System.Object

Public Constructors

Public Properties

[read-only]
Countint.

Gets the number of System.Security.Cryptography.X509Certificates.X509Extension objects in a System.Security.Cryptography.X509Certificates.X509ExtensionCollection object.

[read-only]
IsSynchronizedbool.

Gets a value indicating whether the collection is guaranteed to be thread safe.

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

Gets an object that you can use to synchronize access to the System.Security.Cryptography.X509Certificates.X509ExtensionCollection object.

Public Methods

Explicitly Implemented Interface Members

ICollection.CopyTo

Copies the collection into an array starting at the specified index.

IEnumerable.GetEnumerator

Returns an enumerator that can iterate through an System.Security.Cryptography.X509Certificates.X509ExtensionCollection object.