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

Syntax

Visual Basic (Declaration)
Public Function Finalize ( _
	reserved As IntPtr _
) As Integer
C#
public int Finalize(
	IntPtr reserved
)
Visual C++
public:
virtual int Finalize(
	IntPtr reserved
) sealed
JavaScript
function finalize(reserved);

Parameters

reserved
Type: System..::..IntPtr

Implements

ICryptoki..::..Finalize(IntPtr)

See Also