Discuss this help topic in SecureBlackbox Forum
...
Declaration
[VB.NET]
Property UID As Byte()
[Pascal]
property UID : ByteArray;
[C++]
void get_UID(std::vector<uint8_t> &OutResult);
void set_UID(const std::vector<uint8_t> &Value);
[PHP]
string get_UID()
void set_UID(array of byte|string|NULL $Value)
Description
...
Discuss this help topic in SecureBlackbox Forum