Gets or sets the max RW session count.
Namespace:
Cryptware.NCryptokiAssembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Property MaxRWSessionCount As Integer Get Set |
C# |
---|
int MaxRWSessionCount { get; set; } |
Visual C++ |
---|
property int MaxRWSessionCount { int get (); void set (int value); } |
JavaScript |
---|
function get_maxRWSessionCount(); function set_maxRWSessionCount(value); |