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

Syntax

Visual Basic (Declaration)
Public MustOverride Function C_CloseSession ( _
	hSession As Integer _
) As Integer
C#
public abstract int C_CloseSession(
	int hSession
)
Visual C++
public:
virtual int C_CloseSession(
	int hSession
) abstract
JavaScript
function c_CloseSession(hSession);

Parameters

hSession
Type: System..::..Int32

See Also