Gets a value indicating whether this IStorage is modifiable.

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

Syntax

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

Field Value

true if modifiable; otherwise, false.

See Also