Gets the slot where this token is inserted.

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

Syntax

Visual Basic (Declaration)
ReadOnly Property Slot As Slot
	Get
C#
Slot Slot { get; }
Visual C++
property Slot^ Slot {
	Slot^ get ();
}
JavaScript
function get_slot();

Field Value

The slot.

See Also