The SecureMimeCapabilityCollection type exposes the following members.
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.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable<(Of <<'(T>)>>)..::..GetEnumerator | (Inherited from CryptographicCollection<(Of <(<'T>)>)>.) |