Gets a value indicating whether this IStorage is private.

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

Syntax

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

Field Value

true if private; otherwise, false.

See Also