Discuss this help topic in SecureBlackbox Forum
Handle of the Cryptoki object.
Declaration
[VB.NET]
Property Handle As UInt32
[Pascal]
property Handle : CK_OBJECT_HANDLE;
CK_OBJECT_HANDLE = LongWord;
[C++]
uint32_t get_Handle();
[PHP]
integer get_Handle()
Description
Use this read-only property to get the handle of the Cryptoki object.
Discuss this help topic in SecureBlackbox Forum