Gets the handle.

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

Syntax

Visual Basic (Declaration)
ReadOnly Property Handle As Integer
	Get
C#
int Handle { get; }
Visual C++
property int Handle {
	int get ();
}
JavaScript
function get_handle();

Field Value

The handle.

See Also