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

Syntax

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

Implements

ICryptoki..::..ActiveSlots

See Also