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);

See Also