| SignDocFieldgetSeedValueTimeStampServerURL Method |
Get the URL of the RFC 3161 time-stamp server from the signature field seed value dictionary. The URL should be an ASCII string.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic string getSeedValueTimeStampServerURL()
Public Function getSeedValueTimeStampServerURL As String
public:
String^ getSeedValueTimeStampServerURL()
member getSeedValueTimeStampServerURL : unit -> string
Return Value
Type:
StringThe URL of the time-stamp server or an empty string if no time-stamp server is defined.
See Also