Gets or sets the RW session count.

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

Syntax

Visual Basic (Declaration)
Property RWSessionCount As Integer
	Get
	Set
C#
int RWSessionCount { get; set; }
Visual C++
property int RWSessionCount {
	int get ();
	void set (int value);
}
JavaScript
function get_rwSessionCount();
function set_rwSessionCount(value);

Field Value

The RW session count.

See Also