Discuss this help topic in SecureBlackbox Forum
This read-only property contains model of the token.
Declaration
[VB.NET]
Property TokenModel As String
[Pascal]
property TokenModel: string;
[C++]
void get_TokenModel(std::string &OutResult);
[PHP]
string get_TokenModel()
[Java]
String getTokenModel();
Description
Use this property to get model of the token.
Discuss this help topic in SecureBlackbox Forum