| 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.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntaxpublic bool getSeedValueTimeStampRequired()
Return Value
Type:
Booleanfalse if a time stamp is not required, true if a time stamp is required.
See Also