Slot ID

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property SlotID As Integer
	Get
C#
public int SlotID { get; }
Visual C++
public:
virtual property int SlotID {
	int get () sealed;
}
JavaScript
function get_slotID();

Implements

ISlot..::..SlotID

See Also