Gets a value indicating whether this instance is removable device.

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

Syntax

Visual Basic (Declaration)
ReadOnly Property IsRemovableDevice As Boolean
	Get
C#
bool IsRemovableDevice { get; }
Visual C++
property bool IsRemovableDevice {
	bool get ();
}
JavaScript
function get_isRemovableDevice();

Field Value

true if this instance is removable device; otherwise, false.

See Also