Discuss this help topic in SecureBlackbox Forum
Specifies whether the object is a token or not.
Declaration
[VB.NET]
Property Token As Boolean
[Pascal]
property Token : boolean;
[C++]
bool get_Token();
void set_Token(bool Value);
[PHP]
bool get_Token()
void set_Token(bool $Value)
[Java]
boolean getToken();
void setToken(boolean Value);
Description
Use this property to specify whether the Cryptoki object is a token object (True), or a session object (False).
Discuss this help topic in SecureBlackbox Forum