Discuss this help topic in SecureBlackbox Forum
The default assertions TTL in milliseconds.
Declaration
[VB.NET]
Property AssertionsTTL As Integer
[Pascal]
property AssertionsTTL : integer;
[C++]
int32_t get_AssertionsTTL();
void set_AssertionsTTL(int32_t Value);
[PHP]
integer get_AssertionsTTL()
void set_AssertionsTTL(integer $Value)
[Java]
int getAssertionsTTL();
void setAssertionsTTL(int Value);
Description
Use this property to set assertions time-to-live (TTL), in milliseconds.
The default value is 60000 (1 minute).
Discuss this help topic in SecureBlackbox Forum