Discuss this help topic in SecureBlackbox Forum
Specifies whether an error should be raised on each invalid timestamp.
Declaration
[C#]
bool ReportInvalidTimestamps;
[VB.NET]
Property ReportInvalidTimestamps As Boolean
[Pascal]
property ReportInvalidTimestamps : boolean;
[C++]
bool get_ReportInvalidTimestamps();
void set_ReportInvalidTimestamps(bool Value);
[PHP]
bool get_ReportInvalidTimestamps()
void set_ReportInvalidTimestamps(bool $Value)
[Java]
boolean getReportInvalidTimestamps();
void setReportInvalidTimestamps(boolean Value);
Description
When this property is set, each invalid timestamp will be reported by an exception thrown by the component.
The default value is True.
Discuss this help topic in SecureBlackbox Forum