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

Syntax

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

Implements

ITokenInfo..::..SessionCount

See Also