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

Implements

ISlotInfo..::..IsRemovableDevice

See Also