Gets the slot where this token is inserted.

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

Syntax

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

Field Value

The slot.

Implements

IToken..::..Slot

See Also