The CryptokiCollection type exposes the following members.

Methods

  Name Description
Add
Add an item in this CryptokiCollection object
Clear
Clears this CryptokiCollection object
Contains
Determines if the given object is contained in this CryptokiCollection object
CopyTo
Copies the content of this CryptokiCollection in the given array starting from the given index
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetEnumerator
Returns an enumerator for this CryptokiCollection
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
IndexOf
Searches for the given object in this CryptokiCollection object
Insert
Inserts the given object in this CryptokiCollection object at the given index
MemberwiseClone (Inherited from Object.)
Remove
Removes the first occurence of the given object in this CryptokiCollection object
RemoveAt
Removes the object in this CryptokiCollection object at the given index
ToString (Inherited from Object.)

Explicit Interface Implementations

  Name Description
IEnumerable..::..GetEnumerator
Returns an enumerator for this CryptokiCollection

See Also