Max number of RW Sessions allowd by the token

Namespace:  Cryptware.NCryptoki
Assembly:  NCryptoki (in NCryptoki.dll)

Syntax

Visual Basic (Declaration)
Public Property MaxRWSessionCount As Integer
	Get
	Set
C#
public int MaxRWSessionCount { get; set; }
Visual C++
public:
virtual property int MaxRWSessionCount {
	int get () sealed;
	void set (int value) sealed;
}
JavaScript
function get_maxRWSessionCount();
function set_maxRWSessionCount(value);

Implements

ITokenInfo..::..MaxRWSessionCount

See Also