Handle to this object inside native cryptoki

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

Syntax

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

Implements

ICryptokiObject..::..Handle

See Also