Discuss this help topic in SecureBlackbox Forum
Specifies whether to perform deep validation of all timestamps.
Declaration
[C#]
bool DeepTimestampValidation;
[VB.NET]
Property DeepTimestampValidation As Boolean
[Pascal]
property DeepTimestampValidation : boolean;
[C++]
bool get_DeepTimestampValidation();
void set_DeepTimestampValidation(bool Value);
[PHP]
bool get_DeepTimestampValidation()
void set_DeepTimestampValidation(bool $Value)
[Java]
boolean getDeepTimestampValidation();
void setDeepTimestampValidation(boolean Value);
Description
When this property is set, deep validation of all signature's timestamps is performed.
The default value is True.
Discuss this help topic in SecureBlackbox Forum