Discuss this help topic in SecureBlackbox Forum
This read-only property specifies if token is present in the slot.
Declaration
[VB.NET]
Property TokenPresent As Boolean
[Pascal]
property TokenPresent: Boolean;
[C++]
bool get_TokenPresent();
[PHP]
bool get_TokenPresent()
[Java]
boolean getTokenPresent();
Description
True if a token is present in the slot.
False - otherwise.
Discuss this help topic in SecureBlackbox Forum