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

Syntax

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

Implements

ITokenInfo..::..TotalPrivateMemory

See Also