VerificationTime

A string value that represents the time to verify the signature in a PDF document.

VerificationTime variables are used in the following Signature service operations:

Verify PDF Signature operation

Verify PDF Signature operation (deprecated)

Verify XML Signature operation

These string values are valid:

CURRENT_TIME:
The time at which the verification operation is performed.

SECURE_TIME_ELSE_CURRENT_TIME:
Secure time is the time specified by a trusted time-stamping authority. If the validation returns an Unknown status, the validation is performed using CURRENT_TIME.

SIGNING_TIME:
The time at which the signature was applied as specified by the signer's computer.

If you specify SECURE_TIME_ELSE_CURRENT_TIME and validation returns a status of unknown with a trusted timestamp, the validation is checked using Current Time .

For information about configuring default properties, see Datatype specific settings .

Datatype specific settings

Sets the time to use for verifying signatures in a PDF document. Select one of these values:

Signing Time:
The time that the signature was applied as given by the signer's computer.

Current Time:
The time that the verification operation is being carried out.

Secure Time Else Current Time:
The time specified by a trusted time-stamping authority.

If you specify Secure Time Else Current Time and validation returns a status of unknown with a trusted timestamp, the validation is checked using Current Time.