The CertificateRevocationListCollection type exposes the following members.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkAdd
Adds an item to the collection.
(Inherited from CryptographicCollection<(Of <(<'T>)>)>.)
Public methodSupported by the .NET Compact FrameworkClear
Removes all elements from the collection.
(Inherited from CryptographicCollection<(Of <(<'T>)>)>.)
Public methodSupported by the .NET Compact FrameworkContains
Determines whether the collection contains the specified item.
(Inherited from CryptographicCollection<(Of <(<'T>)>)>.)
Public methodSupported by the .NET Compact FrameworkCopyTo(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.)
Public methodSupported by the .NET Compact FrameworkCopyTo(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>)>)>.)
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from CryptographicCollection<(Of <(<'T>)>)>.)
Public methodSupported by the .NET Compact FrameworkGetHashCode
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.)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkIndexOf
Returns a position of the specified item within the collection, or -1 if not found.
(Inherited from CryptographicCollection<(Of <(<'T>)>)>.)
Public methodSupported by the .NET Compact FrameworkInsert
Adds an item to the collection at the specified position.
(Inherited from CryptographicCollection<(Of <(<'T>)>)>.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkRemove
Removes an item from the collection.
(Inherited from CryptographicCollection<(Of <(<'T>)>)>.)
Public methodSupported by the .NET Compact FrameworkRemoveAt
Removes an item at the specified position from the collection.
(Inherited from CryptographicCollection<(Of <(<'T>)>)>.)
Public methodSupported by the .NET Compact FrameworkToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkCount
Gets the number of items in the CryptographicCollection.
(Inherited from CryptographicCollection.)
Public propertySupported by the .NET Compact FrameworkIsReadOnly
Returns a value indicating whether the collection is read-only.
(Inherited from CryptographicCollection<(Of <(<'T>)>)>.)
Public propertySupported by the .NET Compact FrameworkIsSynchronized
Gets a value indicating whether access to the CryptographicCollection is synchronized.
(Inherited from CryptographicCollection.)
Public propertySupported by the .NET Compact FrameworkItem
Gets or sets an instance of an item at the specified index.
(Inherited from CryptographicCollection<(Of <(<'T>)>)>.)
Public propertySupported by the .NET Compact FrameworkSyncRoot
Gets an object that can be used to synchronize access to the CryptographicCollection.
(Inherited from CryptographicCollection.)

Explicit Interface Implementations

See Also