Gets the Slot with the specified idx.

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

Syntax

Visual Basic (Declaration)
ReadOnly Property Item ( _
	idx As Integer _
) As Slot
	Get
C#
Slot this[
	int idx
] { get; }
Visual C++
property Slot^ Item[int idx] {
	Slot^ get (int idx);
}
JavaScript
function get_item(idx);

Parameters

idx
Type: System..::..Int32

Field Value

See Also