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

Syntax

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

See Also