Discuss this help topic in SecureBlackbox Forum
This read-only property contains character-string serial number of the device.
Declaration
[VB.NET]
Property TokenSerial As String
[Pascal]
property TokenSerial: string;
[C++]
void get_TokenSerial(std::string &OutResult);
[PHP]
string get_TokenSerial()
[Java]
String getTokenSerial();
Description
Use this property to read the serial number of the token.
Discuss this help topic in SecureBlackbox Forum