Removes the first occurence of the given object in this CryptokiCollection object
Namespace:
Cryptware.NCryptokiAssembly: 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