Click or drag to resize
SignDocDocumentupdateDSS Method
Update the DSS for any eligible signatures of the document. This function is available for PDF documents only. To extend the validity of the signatures in a PDF document (long term validity LTV), call this function, save the document incrementally, and add a document time stamp. If the document already has a document time stamp, this function adds information for the latest document time stamp to the DSS. If the document does not have a document time stamp, this function adds information for all eligible signature fields to the DSS. This function fails if verification fails for any of the signatures.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public int updateDSS(
	SignDocVerificationParameters parameters,
	UpdateDSSFlags flags
)

Parameters

parameters
Type: de.softpro.signdocsdkSignDocVerificationParameters
Verification parameters or null for default parameters.
flags
Type: de.softpro.signdocsdk.Enums.EDocumentUpdateDSSFlags
Flags modifying the behavior of this function, see #udf_simulate and #udf_vri.

Return Value

Type: Int32
If Simulate is not set inflags, the number of signature fields for which information has been added to the DSS will be returned. If Simulate is set in flags, the number of eligible signature fields will be returned.
See Also