Gets a value indicating whether this instance is removable device.
Namespace:
Cryptware.NCryptoki
Assembly:
NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property IsRemovableDevice As Boolean
Get |
C# |
---|
public bool IsRemovableDevice { get; } |
Visual C++ |
---|
public:
virtual property bool IsRemovableDevice {
bool get () sealed;
} |
JavaScript |
---|
function get_isRemovableDevice();
|
Field Value
true if this instance is removable device; otherwise,
false.
Implements
ISlotInfo..::..IsRemovableDevice
See Also