| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic bool getSeedValueTimeStampRequired()
Public Function getSeedValueTimeStampRequired As Boolean
public:
bool getSeedValueTimeStampRequired()
member getSeedValueTimeStampRequired : unit -> bool
Return Value
Type:
Booleanfalse if a time stamp is not required, true if a time stamp is required.
See Also