Gets or sets the free public memory.

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

Syntax

Visual Basic (Declaration)
Property FreePublicMemory As Integer
	Get
	Set
C#
int FreePublicMemory { get; set; }
Visual C++
property int FreePublicMemory {
	int get ();
	void set (int value);
}
JavaScript
function get_freePublicMemory();
function set_freePublicMemory(value);

Field Value

The free public memory.

See Also