Gets or sets the max RW session count.

Namespace:  Cryptware.NCryptoki
Assembly:  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);

Field Value

The max RW session count.

See Also