The CryptokiCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
CryptokiCollection |
CryptokiCollection public constructor
|
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.) |
Properties
| Name | Description | |
|---|---|---|
|
|
Count |
The number of items in this CryptokiCollection object
|
|
|
IsFixedSize |
Determines if this CryptokiCollection has fixed size
|
|
|
IsReadOnly |
Determines if this CryptokiCollection is read only
|
|
|
IsSynchronized |
Determines if this CryptokiCollection is synchonized
|
|
|
Item |
Gets the specified object
|
|
|
SyncRoot |
Gets an object that can be used to synchronize this CryptokiCollection object
|
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
|
|
IEnumerable..::..GetEnumerator |
Returns an enumerator for this CryptokiCollection
|