Discuss this help topic in SecureBlackbox Forum
This topic is under development…
Declaration
[VB.NET]
Property KeyHandle As UInt32
[Pascal]
property KeyHandle : LongWord;
[C++]
uint32_t get_KeyHandle();
void set_KeyHandle(uint32_t Value);
[PHP]
integer get_KeyHandle()
void set_KeyHandle(integer $Value)
[Java]
long getKeyHandle();
void setKeyHandle(long Value);
Description
…
Discuss this help topic in SecureBlackbox Forum