Discuss this help topic in SecureBlackbox Forum
Specifies token's unique ID.
Declaration
[VB.NET]
Property UniqueID As Byte()
[Pascal]
property UniqueID : ByteArray;
[C++]
void get_UniqueID(std::vector<uint8_t> &OutResult);
[PHP]
string get_UniqueID()
[Java]
byte[] getUniqueID();
Description
Use this property to get token's unique ID.
Discuss this help topic in SecureBlackbox Forum