Gets or sets the free public memory.
Namespace:
Cryptware.NCryptokiAssembly: 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); |