The CertificateExtensionCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CertificateExtensionCollection |
Creates a certificate extension collection from an ASN.1 block.
|
Methods
Name | Description | |
---|---|---|
Add |
Adds an item to the collection.
(Inherited from CryptographicCollection<(Of <(<'T>)>)>.) | |
Clear |
Removes all elements from the collection.
(Inherited from CryptographicCollection<(Of <(<'T>)>)>.) | |
Contains |
Determines whether the collection contains the specified item.
(Inherited from CryptographicCollection<(Of <(<'T>)>)>.) | |
CopyTo(Array, Int32) |
Copies the range of elements from the CryptographicCollection to a compatible one-dimensional
Array, starting at the specified index of the target array.
(Inherited from CryptographicCollection.) | |
CopyTo(array<T>[]()[][], Int32) |
Copies the range of elements from the collection to a compatible one-dimensional
array, starting at the specified index of the target array.
(Inherited from CryptographicCollection<(Of <(<'T>)>)>.) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator |
Returns an enumerator that iterates through the collection.
(Inherited from CryptographicCollection<(Of <(<'T>)>)>.) | |
GetHashCode | Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf |
Returns a position of the specified item within the collection, or -1 if not found.
(Inherited from CryptographicCollection<(Of <(<'T>)>)>.) | |
Insert |
Adds an item to the collection at the specified position.
(Inherited from CryptographicCollection<(Of <(<'T>)>)>.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Remove |
Removes an item from the collection.
(Inherited from CryptographicCollection<(Of <(<'T>)>)>.) | |
RemoveAt |
Removes an item at the specified position from the collection.
(Inherited from CryptographicCollection<(Of <(<'T>)>)>.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Count |
Gets the number of items in the CryptographicCollection.
(Inherited from CryptographicCollection.) | |
IsReadOnly |
Returns a value indicating whether the collection is read-only.
(Inherited from CryptographicCollection<(Of <(<'T>)>)>.) | |
IsSynchronized |
Gets a value indicating whether access to the CryptographicCollection is synchronized.
(Inherited from CryptographicCollection.) | |
Item[([( String])]) |
Gets the first CertificateExtension with the specified object identifier.
| |
Item[([( Int32])]) |
Gets or sets an instance of an item at the specified index.
(Inherited from CryptographicCollection<(Of <(<'T>)>)>.) | |
SyncRoot |
Gets an object that can be used to synchronize access to the CryptographicCollection.
(Inherited from CryptographicCollection.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable<(Of <<'(T>)>>)..::..GetEnumerator | (Inherited from CryptographicCollection<(Of <(<'T>)>)>.) |