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