Discuss this help topic in SecureBlackbox Forum
Specifies if the signature should be time-stamped.
Declaration
[C#]
bool TimestampRequired;
[VB.NET]
Property TimestampRequired As Boolean
[Pascal]
property TimestampRequired : boolean;
[C++]
bool get_TimestampRequired();
[PHP]
bool get_TimestampRequired()
[Java]
boolean getTimestampRequired();
Description
Use this read-only property to check if the signature should be time-stamped.
Discuss this help topic in SecureBlackbox Forum