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

Syntax

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

Implements

ICryptoki..::..Slots

See Also