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

Syntax

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

See Also