Click or drag to resize
SignDocFieldsetSeedValueTimeStamp Method
Set the URL of an RFC 3161 time-stamp server in the signature field seed value dictionary. Note: URLs must be ASCII strings.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public bool setSeedValueTimeStamp(
	string URL,
	bool required
)

Parameters

URL
Type: SystemString
The URL (must be ASCII), empty for no time-stamp server. Must be non-empty if aRequired is true. The scheme must be http or https.
required
Type: SystemBoolean
true if a time stamp is required, false if a time stamp is not required.

Return Value

Type: Boolean
true if successful.
See Also