Searches for the given object in this CryptokiCollection object

Namespace:  Cryptware.NCryptoki
Assembly:  NCryptoki (in NCryptoki.dll)

Syntax

Visual Basic (Declaration)
Public Function IndexOf ( _
	obj As Object _
) As Integer
C#
public int IndexOf(
	Object obj
)
Visual C++
public:
virtual int IndexOf(
	Object^ obj
) sealed
JavaScript
function indexOf(obj);

Parameters

obj
Type: System..::..Object
Object to search for

Implements

IList..::..IndexOf(Object)

Remarks

Returns the index of the given object in this CryptokiCollection object or -1 if the object is not found

See Also