Namespace:
Cryptware.NCryptoki
Assembly: NCryptoki (in NCryptoki.dll)
Assembly: NCryptoki (in NCryptoki.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property RWSessionCount As Integer Get Set |
C# |
---|
public int RWSessionCount { get; set; } |
Visual C++ |
---|
public: virtual property int RWSessionCount { int get () sealed; void set (int value) sealed; } |
JavaScript |
---|
function get_rwSessionCount(); function set_rwSessionCount(value); |