Max number of Sessions allowd by the token
Namespace:
Cryptware.NCryptokiAssembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property MaxSessionCount As Integer Get Set |
C# |
---|
public int MaxSessionCount { get; set; } |
Visual C++ |
---|
public: virtual property int MaxSessionCount { int get () sealed; void set (int value) sealed; } |
JavaScript |
---|
function get_maxSessionCount(); function set_maxSessionCount(value); |