The list of plugged slots with a smart card inserted

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();

Return Value

List of plugged slots with a smart card inserted

Implements

ICryptoki..::..ActiveSlots

Remarks

Exceptions

ExceptionCondition
Cryptware.NCryptoki..::..CryptokiExceptionCryptokiException if a native error occurs

See Also