Discuss this help topic in SecureBlackbox Forum
This read-only property contains ID of the device manufacturer.
Declaration
[C#]
string TokenManufacturerID;
[VB.NET]
Property TokenManufacturerID As String
[Pascal]
property TokenManufacturerID: string;
[C++]
void get_TokenManufacturerID(std::string &OutResult);
[PHP]
string get_TokenManufacturerID()
[Java]
String getTokenManufacturerID();
Description
Use this property to get ID of the device manufacturer.
Discuss this help topic in SecureBlackbox Forum