Get slot list.

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

Syntax

Visual Basic (Declaration)
Public MustOverride Function C_GetSlotList ( _
	tokenPresent As Boolean, _
	slotList As ICollection(Of Slot) _
) As Integer
C#
public abstract int C_GetSlotList(
	bool tokenPresent,
	ICollection<Slot> slotList
)
Visual C++
public:
virtual int C_GetSlotList(
	bool tokenPresent, 
	ICollection<Slot^>^ slotList
) abstract
JavaScript
function c_GetSlotList(tokenPresent, slotList);

Parameters

tokenPresent
Type: System..::..Boolean
if set to true [token present].
slotList
Type: System.Collections.Generic..::..ICollection<(Of <(Slot>)>)
The slot list.

Return Value

See Also