Inserts the given object in this CryptokiCollection object at the given index
Namespace:
Cryptware.NCryptokiAssembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub Insert ( _ index As Integer, _ obj As Object _ ) |
C# |
---|
public void Insert( int index, Object obj ) |
Visual C++ |
---|
public: virtual void Insert( int index, Object^ obj ) sealed |
JavaScript |
---|
function insert(index, obj); |
Parameters
- index
- Type: System..::..Int32
Index where the object must be inserted
- obj
- Type: System..::..Object
Object to search for