Click or drag to resize
SignDocFieldgetSeedValueTimeStampRequired Method
This function gets a flag from the signature field seed value dictionary that indicates whether a time stamp is required or not for the signature. If this function returns true, the URL returned by getSeedValueTimeStampServerURL() will be used to add a time stamp to the signature when signing.

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public bool getSeedValueTimeStampRequired()

Return Value

Type: Boolean
false if a time stamp is not required, true if a time stamp is required.
See Also