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

Syntax

Visual Basic (Declaration)
Public MustOverride Function C_CloseAllSessions ( _
	slotid As Integer _
) As Integer
C#
public abstract int C_CloseAllSessions(
	int slotid
)
Visual C++
public:
virtual int C_CloseAllSessions(
	int slotid
) abstract
JavaScript
function c_CloseAllSessions(slotid);

Parameters

slotid
Type: System..::..Int32

See Also