Removes the first occurence of the given object in this CryptokiCollection object

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

Syntax

Visual Basic (Declaration)
Public Sub Remove ( _
	obj As Object _
)
C#
public void Remove(
	Object obj
)
Visual C++
public:
virtual void Remove(
	Object^ obj
) sealed
JavaScript
function remove(obj);

Parameters

obj
Type: System..::..Object
Object to remove

Implements

IList..::..Remove(Object)

See Also