Gets or sets the session count.

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

Syntax

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

Field Value

The session count.

See Also