Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
Assembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride Function C_DestroyObject ( _ hSession As Integer, _ hObject As Integer _ ) As Integer |
C# |
---|
public abstract int C_DestroyObject( int hSession, int hObject ) |
Visual C++ |
---|
public: virtual int C_DestroyObject( int hSession, int hObject ) abstract |
JavaScript |
---|
function c_DestroyObject(hSession, hObject); |