| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic bool setSeedValueTimeStamp(
string URL,
bool required
)
Public Function setSeedValueTimeStamp (
URL As String,
required As Boolean
) As Boolean
public:
bool setSeedValueTimeStamp(
String^ URL,
bool required
)
member setSeedValueTimeStamp :
URL : string *
required : bool -> bool
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:
Booleantrue if successful.
See Also