Discuss this help topic in SecureBlackbox Forum
Specifies whether to access the token in a single-threaded mode.
Declaration
[C#]
bool TrySingleThreadedMode;
[VB.NET]
Property TrySingleThreadedMode As Boolean
[Pascal]
property TrySingleThreadedMode : boolean;
[C++]
bool get_TrySingleThreadedMode();
void set_TrySingleThreadedMode(bool Value);
[PHP]
bool get_TrySingleThreadedMode()
void set_TrySingleThreadedMode(bool $Value)
[Java]
boolean getTrySingleThreadedMode();
void setTrySingleThreadedMode(boolean Value);
Description
Use this property to specify if access to the security token should be opened in a single-threaded mode.
Discuss this help topic in SecureBlackbox Forum