Current number of Sessions opened on the token
Namespace:
Cryptware.NCryptokiAssembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property SessionCount As Integer Get Set |
C# |
---|
public int SessionCount { get; set; } |
Visual C++ |
---|
public: virtual property int SessionCount { int get () sealed; void set (int value) sealed; } |
JavaScript |
---|
function get_sessionCount(); function set_sessionCount(value); |