Opens the session.

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

Syntax

Visual Basic (Declaration)
Public Sub OpenSession ( _
	slotIndex As Integer _
)
C#
public void OpenSession(
	int slotIndex
)
Visual C++
public:
virtual void OpenSession(
	int slotIndex
) sealed
JavaScript
function openSession(slotIndex);

Parameters

slotIndex
Type: System..::..Int32
Index of the slot.

See Also