The list of plugged slots with a smart card inserted
Namespace:
Cryptware.NCryptokiAssembly: 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 insertedImplements
ICryptoki..::..ActiveSlots
Remarks
Exceptions
Exception | Condition |
---|---|
Cryptware.NCryptoki..::..CryptokiException | CryptokiException if a native error occurs |