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

Syntax

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

See Also