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

Syntax

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

Implements

ISessionInfo..::..State

See Also